Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/ims-connector/node_modules/graphql/polyfills/
Upload File :
Current File : //home/deltalab/PMS/ims-connector/node_modules/graphql/polyfills/isFinite.mjs

/* eslint-disable no-redeclare */
// $FlowFixMe[name-already-bound] workaround for: https://github.com/facebook/flow/issues/4441
var isFinitePolyfill = Number.isFinite || function (value) {
  return typeof value === 'number' && isFinite(value);
};

export default isFinitePolyfill;