UNPKG

@stencila/jesta

Version:

Stencila plugin for executable documents using JavaScript

5 lines (4 loc) 242 B
import { Entity } from '@stencila/schema'; import { Method } from '../types'; export declare const needed: (entity: Entity, method: Method) => boolean; export declare const record: (entity: Entity, method: Method, seconds: number) => Entity;