UNPKG

sequelize-typescript

Version:

Decorators and some other extras for sequelize (v3 + v4)

10 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Capitalize specified string value */ function capitalize(value) { return value.charAt(0).toUpperCase() + value.substr(1, value.length); } exports.capitalize = capitalize; //# sourceMappingURL=string.js.map