UNPKG

alm

Version:

The best IDE for TypeScript

16 lines (12 loc) 180 B
/** * Source file level JSDoc comment */ /** Some foo */ export var foo = 123; /** Must not see this */ foo; export class Foo { someProperty: string; someMethod() { } }