UNPKG

math-intrinsics

Version:

ES Math-related intrinsics and helpers, robustly cached.

3 lines (2 loc) 57 B
declare function sign(x: number): number; export = sign;