TypeScript/tests/cases/compiler/exportEqualsUmd.ts

2 lines
46 B
TypeScript
Raw Normal View History

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