TypeScript/tests/baselines/reference/es5-commonjs5.types
2015-06-27 02:40:05 +09:00

8 lines
119 B
Plaintext

=== tests/cases/compiler/es5-commonjs5.ts ===
export default function () {
return "test";
>"test" : string
}