Aditya Sharma
update
1719261
raw
history blame
80 Bytes
declare function isFinite(x: unknown): x is number | bigint;
export = isFinite;