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