UNPKG

sequelize-typescript

Version:

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

5 lines (4 loc) 104 B
/** * Capitalize specified string value */ export declare function capitalize(value: string): string;