UNPKG

@winglibs/k8s

Version:
12 lines 645 B
"use strict"; const $stdlib = require('@winglang/sdk'); const $macros = require("@winglang/sdk/lib/macros"); const std = $stdlib.std; const $helpers = $stdlib.helpers; const $extern = $helpers.createExternRequire(__dirname); const $types = require("./types.cjs"); const $preflightTypesMap = {}; Object.assign(module.exports, { get examples() { return $helpers.bringJs(`${__dirname}/preflight.examples-2.cjs`, $preflightTypesMap); } }); Object.assign(module.exports, $helpers.bringJs(`${__dirname}/preflight.apiobject-1.cjs`, $preflightTypesMap)); module.exports = { ...module.exports, $preflightTypesMap }; //# sourceMappingURL=preflight.cjs.map