UNPKG

data-provider-temporary

Version:

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

11 lines (8 loc) 264 B
"use strict"; var objToString = Object.prototype.toString, id = objToString.call(1); module.exports = function (value) { return ( typeof value === "number" || (value instanceof Number || (typeof value === "object" && objToString.call(value) === id)) ); };