advance-javascript
a collection of javascript prototype extensions that make your javascript coding very easy and hanndy.
augmented-string
Extends String methods adding: - lcFirst(): string; - ucFirst(): string; - ucWords(): string; - toFloat(): number; - toInt(): number; - toCamel(): string; - toKebab(): string; - toPascal(): string; - toSnake(): string; - repeat(count): string;