You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"toBuffer" is only available in the node declaration, so I suspect this might be a case of the wrong declaration file being loaded. The bwip-js project uses package.json exports.
I'm using https://github.com/metafloor/bwip-js like so:
In VSCode, I see this tooltip/intellisense:
toBuffer is defined in the declaration file:
https://github.com/metafloor/bwip-js/blob/master/dist/bwip-js-node.d.ts#L192
"toBuffer" is only available in the node declaration, so I suspect this might be a case of the wrong declaration file being loaded. The bwip-js project uses package.json exports.
Environment
The text was updated successfully, but these errors were encountered: