UNPKG

nestjs-proto-gen-ts

Version:

Generate TypeScript interfaces for Nest.js gRPC from proto files

7 lines (6 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const handlebars_1 = require("handlebars"); handlebars_1.registerHelper('uncapitalize', function (conditional) { return conditional[0].toLowerCase() + conditional.slice(1); });