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