@phyng/utils
v0.0.4
Published
@phyng utils
Downloads
3
Readme
@phyng/utils
@phyng/utils is a collection of utility functions for TypeScript and JavaScript.
install
# use pnpm
pnpm add @phyng/utils
# or use npm
npm install @phyng/utilsUsage
import { uuidv4 } from '@phyng/utils'
console.log(uuidv4())License
This project is licensed under the MIT License - see the LICENSE file for details.
