UNPKG

@stencila/jesta

Version:

Stencila plugin for executable documents using JavaScript

9 lines (8 loc) 369 B
import { Node } from '@stencila/schema'; import { Jesta } from '.'; import { MethodSchema } from './manifest'; export declare const schema: MethodSchema; export declare function import_(this: Jesta, input: string, format?: string, cache?: boolean, upcast?: boolean, validate?: boolean): Promise<Node>; export declare namespace import_ { var schema: MethodSchema; }