mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 07:22:21 +00:00
8 lines
114 B
TypeScript
8 lines
114 B
TypeScript
|
import {
|
||
|
default as get3
|
||
|
} from "./named-export-default";
|
||
|
|
||
|
export function getValue(): i32 {
|
||
|
return get3();
|
||
|
}
|