UNPKG

airtable

Version:

The official Airtable JavaScript library.

9 lines 508 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; // istanbul ignore file var node_fetch_1 = __importDefault(require("node-fetch")); var browserGlobal = typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : null; // self is the global in web workers module.exports = !browserGlobal ? node_fetch_1.default : browserGlobal.fetch.bind(browserGlobal); //# sourceMappingURL=fetch.js.map