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

2 lines
112 B
TypeScript

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