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

2 lines
119 B
TypeScript
Raw Normal View History

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