UNPKG

@stencila/jesta

Version:

Stencila plugin for executable documents using JavaScript

5 lines (4 loc) 189 B
import { Node } from '@stencila/schema'; import { Jesta } from '.'; import { Method } from './types'; export declare function pipe(this: Jesta, node: Node, calls: Method[]): Promise<Node>;