UNPKG

@netlify/content-engine

Version:
9 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAPI = void 0; const getAPI = (api) => Object.keys(api).reduce((merged, key) => { merged[key] = Object.keys(api[key]); return merged; }, {}); exports.getAPI = getAPI; //# sourceMappingURL=get-api.js.map