@toolmain/libs
v1.1.12
Published
libs for web or nodejs environment
Readme
@toolmain/libs
libs for web or nodejs environment
Install
pnpm add @toolmain/libs📚 Usage
import { localRoute } from "@toolmain/libs"if you want auto completion, you can update your tsconfig.json or jsconfig.json:
"compilerOptions": {
"types": ["@toolmain/libs"],
},🔎 Overview
clone the core monorepo
git clone https://github.com/evilArsh/toolmain.gitinstall dependencies
pnpm istart playground overview project
pnpm run devto test all hooks,functions and other components, just enter playground/ diectory and use !
👏 Contributing
Pull requests are welcome
