mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 18:01:31 +00:00
3 lines
92 B
TypeScript
3 lines
92 B
TypeScript
![]() |
declare const libm: typeof Math & { libm: typeof Math, libmf: typeof Math };
|
||
|
export = libm;
|