UNPKG

serverless-openapi

Version:

Serverless plugin to generate OpenAPI V3 documentation from serverless configuration

8 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Format; (function (Format) { Format["yaml"] = "yaml"; Format["json"] = "json"; })(Format = exports.Format || (exports.Format = {})); //# sourceMappingURL=types.js.map