2 lines
136 B
TypeScript
2 lines
136 B
TypeScript
|
export declare function modPow(b: number | bigint, e: number | bigint, n: number | bigint): bigint;
|
||
|
//# sourceMappingURL=modPow.d.ts.map
|