@namesmt/utils
v0.5.18
Published
Opinionated collection of common JavaScript / TypeScript utils on top of @antfu's opinionated collection
Readme
@namesmt/utils 
@namesmt/utils is my opinionated collection of common JavaScript / TypeScript utils on top of @antfu's opinionated collection
Features
- [x] TypeScript ready!
Usage
Install package:
# npm
npm install @namesmt/utils
# yarn
yarn add @namesmt/utils
# pnpm (recommended)
pnpm install @namesmt/utilsImport:
// ESM
import { createLogger, objectGet } from '@namesmt/utils'Roadmap
- [ ] Become the legendary 10000x developer
