mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 02:11:31 +00:00
Implement reference counting (#592)
This commit is contained in:
2
lib/libm/index.d.ts
vendored
Normal file
2
lib/libm/index.d.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
declare const libm: typeof Math & { libm: typeof Math, libmf: typeof Math };
|
||||
export = libm;
|
Reference in New Issue
Block a user