Getting Started
Installation
For using the pnpm package manager.
pnpm install @ponsetya/core
Usage
By default you can include all api and functions.
import ponsetya from '@ponsetya/core'
console.log(ponsetya.uid()) // 25-character unique string
If you want to use it as a module, you need to import the module.
import { uid } from '@ponsetya/core'
console.log(uid()) // 25-character unique string
License
Released under the MIT License (opens in a new tab).