type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
13 lines • 402 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module botbuilder-dialogs
*/
/** Licensed under the MIT License. */
__export(require("./prompts/index"));
__export(require("./dialogSet"));
__export(require("./waterfall"));
//# sourceMappingURL=index.js.map