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