UNPKG

gatsby

Version:
8 lines (7 loc) 345 B
"use strict"; exports.__esModule = true; exports.getForwards = getForwards; function getForwards(collectedScripts) { return collectedScripts === null || collectedScripts === void 0 ? void 0 : collectedScripts.flatMap(script => (script === null || script === void 0 ? void 0 : script.forward) || []); } //# sourceMappingURL=get-forwards.js.map