5 lines
125 B
TypeScript
Raw Normal View History

2017-12-04 19:26:50 +01:00
declare function external(): void;
// FIXME: "unexpected false: module function exports must be found"
export { external };