UNPKG

@stencila/jesta

Version:

Stencila plugin for executable documents using JavaScript

4 lines (3 loc) 200 B
import { Node } from '@stencila/schema'; import { Jesta } from '.'; export declare function dispatch(this: Jesta, method: string, params: Record<string, Node | undefined>): Promise<Node | undefined>;