TypeScript/tests/cases/projects/reference-path-static/lib.ts
2014-08-11 16:34:31 -07:00

4 lines
43 B
TypeScript

module Lib {
export class LibType {}
}