TooTallNate / node-speaker

Output PCM audio data to the speakers
648 stars 145 forks source link

Cannot use this module from TypeScript #159

Closed OnkelTem closed 3 years ago

OnkelTem commented 3 years ago

When I build my package which uses node-speaker I get this:

node_modules/speaker/index.d.ts:3:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.

3 namespace Speaker {
  ~~~~~~~~~

I don't really get how to fix this issue, have never seen it before.

Any ideas?

tjjfvi commented 3 years ago

Fixed by #153

LinusU commented 3 years ago

Fixed published as 0.5.3