UNPKG

javascript-binary-converter

Version:

A utility package to quickly handle and convert various Javascript binary objects

6 lines (5 loc) 361 B
export declare function isNumeric(n: any): boolean; export declare function isFloat(number: number): boolean; export declare function isBigInt(number: number | bigint): boolean; export declare function getClosestDividable(divided: number, divisor: number): number; export declare function normalizeBigInt(decimal: number | bigint, nBits?: bigint): bigint;