sign.d.ts 57 Bytes Edit Raw Blame History Permalink 1 2 3 declare function sign(x: number): number; export = sign;