Skip to content

Get started

  1. Install the package.

    Terminal window
    npm install dunna
  2. Import the package.

    import { dunna } from 'dunna'
  3. Use the package.

    const randomBoolean = dunna.basic.boolean();
    const randomInteger = dunna.basic.integer();