@namesmt/utils
v0.5.9
Published
Opinionated collection of common JavaScript / TypeScript utils on top of @antfu's opinionated collection
Downloads
616
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/utils
Import:
// ESM
import { createLogger, objectGet } from '@namesmt/utils'
Roadmap
- [ ] Become the legendary 10000x developer