TypeScript/tests/baselines/reference/reExportUndefined1.js

7 lines
94 B
TypeScript

//// [a.ts]
export { undefined };
//// [a.js]
"use strict";
exports.__esModule = true;