2.0.0 • Published 11 months ago

@rolster/strings v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Rolster Helpers String

Utility package for manipulating String compatible with Typescript projects.

Installation

npm i @rolster/helpers-string

Configuration

You must install the @rolster/types to define package data types, which are configured by adding them to the files property of the tsconfig.json file.

{
  "files": ["node_modules/@rolster/types/index.d.ts"]
}

Contributing

  • Daniel Andrés Castillo Pedroza :rocket: