UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 401 B
"use strict";var __importDefault=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,"__esModule",{value:!0}),exports.cfnTemplateSchema=void 0;const js_yaml_1=require("js-yaml"),YamlTags_1=__importDefault(require("./YamlTags"));exports.cfnTemplateSchema=js_yaml_1.CORE_SCHEMA.extend(YamlTags_1.default),exports.default=exports.cfnTemplateSchema;