UNPKG

@stencila/jesta

Version:

Stencila plugin for executable documents using JavaScript

9 lines (8 loc) 322 B
import { Node } from '@stencila/schema'; import { Jesta } from '.'; import { MethodSchema } from './manifest'; export declare const schema: MethodSchema; export declare function select(this: Jesta, node: Node, query: string, lang?: string): Promise<Node>; export declare namespace select { var schema: MethodSchema; }