There was an error while loading. Please reload this page.
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