Skip to content

Installation

Prerequisites

  • Node.js 18 or higher
  • npm 9 or higher

Installation

Terminal window
npm install wisely

Importing

import wisely from 'wisely';

Wisely is a native ESM package and does not provide CommonJS build.

So, for CommonJS users, you can import it using dynamic imports like this:

const wisely = await import('wisely');