UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

4 lines (2 loc) 199 B
var $isNaN = Number.isNaN || function (a) { return a !== a; }; module.exports = Number.isFinite || function (x) { return typeof x === 'number' && !$isNaN(x) && x !== Infinity && x !== -Infinity; };