mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 15:12:12 +00:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
declare function external(): void;
|
|
|
|
// FIXME: "unexpected false: module function exports must be found"
|
|
export { external };
|