isFinite.d.ts 80 Bytes Raw Blame History Permalink 1 2 3 declare function isFinite(x: unknown): x is number | bigint; export = isFinite;