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;
A simple utility to convert various values to a JavaScript number that is also an integer.
JS Library, with the most usually tools in your project.
a collection of javascript prototype extensions that make your javascript coding very easy and hanndy.