rotemdan / lzutf8.js

A high-performance Javascript string compression library
MIT License
322 stars 26 forks source link

Added Worker type to Gruntfile type stub #43

Closed pepsivontwist closed 2 years ago

pepsivontwist commented 2 years ago

This fixes the following tsc error:

node_modules/lzutf8/build/production/lzutf8.d.ts:41:27 - error TS2304: Cannot find name 'Worker'.

41 let globalWorker: Worker;