mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-27 07:52:14 +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 };
|