bigint-mod-arith/types/bitLength.d.ts

2 lines
102 B
TypeScript
Raw Normal View History

export declare function bitLength(a: number | bigint): number;
//# sourceMappingURL=bitLength.d.ts.map