gatsby
Version:
Blazing fast modern site generator for React
8 lines (7 loc) • 345 B
JavaScript
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
;