Utility package for manipulating String compatible with Typescript projects.
npm i @rolster/helpers-string
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"]
}
- Daniel Andrés Castillo Pedroza 🚀