0.1.0 • Published 2 years ago

augmented-string v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TS 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;

No additional dependencies!