Skip to content

2.0.1

Latest
Compare
Choose a tag to compare
@apteryxxyz apteryxxyz 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