TypeScript/tests/cases/compiler/exportEqualsCommonJs.ts

2 lines
51 B
TypeScript
Raw Normal View History

// @module: commonjs
export = { ["hi"]: "there" };