6 lines
178 B
TypeScript
Raw Normal View History

2017-12-04 19:26:50 +01:00
declare function external(): void;
2017-12-06 19:33:48 +01:00
// "unexpected false: module function exports must be found"
// see: https://github.com/WebAssembly/binaryen/issues/1325
2017-12-04 19:26:50 +01:00
export { external };