SpellcraftAI/openai-streams

ESM Support

Closed this issue · 1 comments

We should either:

  • Add "type": "module" to the package.json file, or
  • Rename node.js to node.mjs

It's an ESM package already, use import. type: module would break CJS projects that use require.

This package is no longer maintained regardless.