bigint-crypto-utils/types/randBetween.d.ts

2 lines
113 B
TypeScript
Raw Normal View History

export declare function randBetween(max: bigint, min?: bigint): bigint;
//# sourceMappingURL=randBetween.d.ts.map