augmented-string
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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!

Package Sidebar

Install

npm i augmented-string

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

17.7 kB

Total Files

12

Last publish

Collaborators

  • tapiau