File size: 80 Bytes
6f89cdc
 
 
1
2
3
declare function isFinite(x: unknown): x is number | bigint;

export = isFinite;