UNPKG

@stencila/jesta

Version:

Stencila plugin for executable documents using JavaScript

4 lines (3 loc) 142 B
import { Node } from '@stencila/schema'; import { Jesta } from '.'; export declare function downcast(this: Jesta, node: Node): Promise<Node>;