mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 23:12:19 +00:00
6 lines
74 B
TypeScript
6 lines
74 B
TypeScript
type alias = i32;
|
|
|
|
export function alias(a: alias): alias {
|
|
return a;
|
|
}
|