0.6.0 • Published 4 months ago
pogchamp v0.6.0
Installation
Using npm:
npm install pogchamp
Using yarn:
yarn add pogchamp
Using pnpm:
pnpm add pogchamp
Features
- ESM & commonJS import support
- Well optimized helpful utility functions
Usage/Examples
import { hasValue, invertObject } from 'pogchamp'
hasValue(true)
invertObject({ name: "anton"})
Contributing
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Roadmap
- Add more utils functions
- Add proper docs for lib
Tech Stack
Typescript