UNPKG

react-relay-network-modern

Version:

Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)

10 lines (9 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = isFunction; /* eslint-disable */ function isFunction(obj) { return !!(obj && obj.constructor && obj.call && obj.apply); }