Getting Started
Installation
For using the pnpm package manager.
pnpm install @ponsetya/nodeUsage
By default you can include all api and functions.
import node from '@ponsetya/node'
node.env.node // true
node.env.browser // falseIf you want to use it as a module, you need to import the module.
import { env } '@ponsetya/node'
env.node // true
env.browser // falseLicense
Released under the MIT License (opens in a new tab).