assemblyscript/lib/libm/index.d.ts
2019-06-02 18:05:14 +02:00

3 lines
92 B
TypeScript

declare const libm: typeof Math & { libm: typeof Math, libmf: typeof Math };
export = libm;