dummy.ts
4 lines
| 97 B
| video/mp2t
|
TypeScriptLexer
|
|
r6 | import * as test from 'tape'; | |
| test('simple', function(assert){ | |||
| assert.pass("I'm alive"); | |||
| }); |
