I am trying to simplify the string usage with @supercharge/strings but I can't run it over a TypeScript project.
If there are no types to install, can I use it anyway?
After installing with recommended command npm i @supercharge/strings
I am getting this error:
Unable to find module "@supercharge/strings" or its declarations of corresponding types.ts(2307)
Despite the NPM package seems to support TypeScript:
I have tried to install the declarations with npm install -D @types/supercharge/strings
and @types/supercharge
but they don't seem to exist.