An open API service indexing awesome lists of open source software.

https://github.com/gibbok/typescript-web-workers

How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.
https://github.com/gibbok/typescript-web-workers

javascript nodejs typescript webworkers

Last synced: 10 months ago
JSON representation

How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.

Awesome Lists containing this project

README

          

# TypeScript Web Workers

How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.🚀

Run this project using `npm install` and `npm start`, open your browser developer tools at address to see a Web Worker running.

Happy coding!🤓