@zakhenry/grpc_tools_node_protoc_ts
Version:
Generate d.ts definitions for generated js files from grpc_tools_node_protoc
14 lines • 536 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProtoIndexFormatter = void 0;
const TplEngine_1 = require("../TplEngine");
var ProtoIndexFormatter;
(function (ProtoIndexFormatter) {
function format(exports, template) {
return TplEngine_1.TplEngine.render(template, {
exports,
});
}
ProtoIndexFormatter.format = format;
})(ProtoIndexFormatter = exports.ProtoIndexFormatter || (exports.ProtoIndexFormatter = {}));
//# sourceMappingURL=ProtoIndexFormatter.js.map