UNPKG

function-tree

Version:
11 lines (8 loc) 200 B
import { FunctionTree } from '../' export interface IDevtoolsOptions { host: string } export class Devtools { constructor(options: IDevtoolsOptions) watchExecution(tree: FunctionTree): void }