TypeScript/tests/baselines/reference/es5-commonjs5.types
2016-09-01 14:25:44 -07:00

8 lines
119 B
Plaintext

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