Files
LabGraph/frontend/node_modules/es-iterator-helpers/Iterator.concat/index.js
T

10 lines
163 B
JavaScript

'use strict';
var callBind = require('call-bind');
var getPolyfill = require('./polyfill');
var bound = callBind(getPolyfill(), null);
module.exports = bound;