akismet-api
akismet-api copied to clipboard
Add support for the new node modules format
Exists in node 13.x, coming to LTS in 14.x soon.
For import
to work with named imports the module specifically has to support it, or else users can only import as the exported object as a default export.