File "sign.d.ts"
Full Path: C:/wamp64/www/Seleccion/node_modules/math-intrinsics/sign.d.ts
File size: 57 bytes
MIME-type: text/plain
Charset: utf-8
declare function sign(x: number): number;
export = sign;