@stencila/jesta
Version:
Stencila plugin for executable documents using JavaScript
8 lines (7 loc) • 394 B
TypeScript
import { Jesta } from '.';
import { MethodSchema } from './manifest';
export declare const schema: MethodSchema;
export declare function convert(this: Jesta, input: string, output: string, from?: string, to?: string, cached?: boolean, upcast?: boolean, downcast?: boolean, validate?: boolean, theme?: string): Promise<string>;
export declare namespace convert {
var schema: MethodSchema;
}