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

2 lines
116 B
TypeScript

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