typescript-rest-swagger
Version:
Generate Swagger files from a typescript-rest project
20 lines • 763 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.keywords = void 0;
var typescript_1 = require("typescript");
exports.keywords = [
typescript_1.SyntaxKind.AnyKeyword,
typescript_1.SyntaxKind.UnknownKeyword,
typescript_1.SyntaxKind.NumberKeyword,
typescript_1.SyntaxKind.BigIntKeyword,
typescript_1.SyntaxKind.ObjectKeyword,
typescript_1.SyntaxKind.BooleanKeyword,
typescript_1.SyntaxKind.StringKeyword,
typescript_1.SyntaxKind.SymbolKeyword,
typescript_1.SyntaxKind.ThisKeyword,
typescript_1.SyntaxKind.VoidKeyword,
typescript_1.SyntaxKind.UndefinedKeyword,
typescript_1.SyntaxKind.NullKeyword,
typescript_1.SyntaxKind.NeverKeyword
];
//# sourceMappingURL=keywordKinds.js.map
;