TypeScript/tests/baselines/reference/reExportUndefined1.js
2016-01-21 13:35:58 -08:00

7 lines
67 B
TypeScript

//// [a.ts]
export { undefined };
//// [a.js]
"use strict";