Skip to content

2.0.1

Latest

Choose a tag to compare

@k0d13 k0d13 released this 22 Sep 07:02
· 2 commits to main since this release

This release fixes an issue with inconsistent methods of requiring and importing.

It is now

const what = require('jswhat'); // CommonJS
// OR
import what from 'jswhat'; // ESM, TypeScript