@tchvan/react-str-number
v1.0.6
Published
Some str and number utilities.
Readme
If it keep saying Cannot find module '@tchvan/react-str-number' or its corresponding type declarations, add tsconfig.json: compilerOptions.paths.
"@tchvan/react-str-number": ["node_modules/@tchvan/react-str-number/dist/esm/index.d.ts"]
"@tchvan/react-str-number": ["node_modules/@tchvan/react-str-number/dist/esm/index"]
