UNPKG
@breejs/ts-worker
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0
Typescript workers plugin for Bree!
github.com/breejs/ts-worker
breejs/ts-worker
@breejs/ts-worker
/
types
/
index.d.ts
8 lines
(4 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
// Definitions by: Taylor Schley <https://github.com/shadowgate15>
import
{
PluginFunc
}
from
'bree'
;
export
= plugin;
declare
const
plugin
:
PluginFunc
;