UNPKG

@geek-fun/serverlessinsight

Version:

Full life cycle cross providers serverless application management for your fast-growing business.

9 lines (8 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TemplateFormat = void 0; var TemplateFormat; (function (TemplateFormat) { TemplateFormat["YAML"] = "YAML"; TemplateFormat["JSON"] = "JSON"; })(TemplateFormat || (exports.TemplateFormat = TemplateFormat = {}));