isFinite.d.ts 80 Bytes BlameHistoryPermalink Edit 1 2 3 declare function isFinite(x: unknown): x is number | bigint; export = isFinite;