We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
73c17be
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