UNPKG

@stencila/jesta

Version:

Stencila plugin for executable documents using JavaScript

6 lines (5 loc) 318 B
import { Node } from '@stencila/schema'; import { Jesta } from '.'; import { MethodSchema } from './manifest'; export declare const schema: MethodSchema; export declare function export_(this: Jesta, node: Node, output: string, format?: string, downcast?: boolean, validate?: boolean, theme?: string): Promise<string>;