8000 GitHub - breejs/ts-worker: Typescript workers plugin for Bree!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

breejs/ts-worker

Repository files navigation

@breejs/ts-worker

build status code style styled with prettier made with lass license npm downloads

Typescript workers plugin for Bree!

Table of Contents

Install

npm:

npm install @breejs/ts-worker

Usage

Note: You must be using Bree v9.0.0 or greater!

Extend bree with the plugin:

Bree.extend(require('@breejs/ts-worker'));

const bree = new Bree(config);

Contributors

Name Website
Taylor Schley https://github.com/shadowgate15

License

MIT © Taylor Schley

0