UNPKG

data-provider-temporary

Version:

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

8 lines (5 loc) 144 B
"use strict"; var isNumber = require("./is-number-value"); module.exports = function (value) { return isNumber(value) && isFinite(value); };