TypeScript/tests/cases/compiler/exportAssignmentWithExportModifier.ts

3 lines
51 B
TypeScript
Raw Normal View History

// @module: commonjs
var x;
export export = x;