UNPKG

openapi-codegen-typescript

Version:

OpenApi codegen for generating types an mocks from swagger json file

7 lines (6 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDescription = function (_a) { var description = _a.description; return "" + (description ? "/**\n * " + description + "\n */\n" : ''); };