dieumercimvemba's picture
download
raw
262 Bytes
'use strict';
var $isNaN = require('./isNaN');
/** @type {import('./isFinite')} */
module.exports = function isFinite(x) {
return (typeof x === 'number' || typeof x === 'bigint')
&& !$isNaN(x)
&& x !== Infinity
&& x !== -Infinity;
};

Xet Storage Details

Size:
262 Bytes
·
Xet hash:
f78165ac95c9cba6050bcfc13c79d00f033ad4354e990829d2742591e137002c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.