Open
Description
The type definitions of attr-accept
are correct, but attw reports an incorrect default export.
$ node
Welcome to Node.js v22.9.0.
Type ".help" for more information.
> accept = require('attr-accept')
{ __esModule: true, default: [Function (anonymous)] }
This probably has to do with how the package is built. (The minified code is annoying to read.)