TypeScript/tests/baselines/reference/es5-commonjs5.types

7 lines
117 B
Plaintext

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