UNPKG

base-nestjs-app

Version:

Nestjs wrapper for creation of standarized apps

7 lines 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toProperCase = toProperCase; function toProperCase(str) { return `${str.charAt(0).toUpperCase()}${str.slice(1)}`; } //# sourceMappingURL=to-proper.js.map