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