UNPKG

react-relay-network-layer

Version:

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

11 lines (9 loc) 226 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); }