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