1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-02 10:22:15 +00:00

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 };