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

2 lines
136 B
TypeScript

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