3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
declare function coerceToBigInt(value: any): bigint | null;
|
|
export default coerceToBigInt;
|