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

5 lines 155 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_1 = require("./cli"); cli_1.main(); //# sourceMappingURL=main.js.map