UNPKG

@chartshq/datamodel

Version:

An environment with `node`, `rustup` and `wasm-pack` set up.

6 lines (5 loc) 81 B
interface Tasker { isFree: boolean; worker: Worker; } export { Tasker };