UNPKG

typescript-member-signatures

Version:

Command line tool to extract given interface member signatures as JSON strings, recursively in the extends chain with the purpose of documentation

9 lines 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const misc_utils_of_mine_generic_1 = require("misc-utils-of-mine-generic"); misc_utils_of_mine_generic_1.flatInstallArrayPrototype(); var extractMemberSignatures_1 = require("./extractMemberSignatures"); exports.extractMemberSignatures = extractMemberSignatures_1.extractMemberSignatures; var typescriptOutput_1 = require("./typescriptOutput"); exports.resultToTypeScript = typescriptOutput_1.resultToTypeScript; //# sourceMappingURL=index.js.map