You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a package containing tools to manipulate a string.
Installation
npm i string-toolkit
Usage
// Creating a new instance.conststringTools=new(require('string-toolkit'))();// Can also be used without a new instance.conststringTools=require('string-toolkit');