Installation
Konten ini belum tersedia dalam bahasa Anda.
Prerequisites
- Node.js 18 or higher
- npm 9 or higher
Installation
npm install wiselyImporting
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');