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

2 lines
112 B
TypeScript
Raw Normal View History

2021-03-24 17:30:45 +00:00
export declare function toZn(a: number | bigint, n: number | bigint): bigint;
//# sourceMappingURL=toZn.d.ts.map