UNPKG

@maap-jupyterlab/dps-jupyter-extension

Version:

A JupyterLab extension for submitting and viewing jobs.

7 lines (6 loc) 235 B
export declare const getAlgorithmMetadata: (body: any) => { description: string; inputs: {}; }; export declare const parseScienceKeywords: (keywords: any) => string[]; export declare const delay: (ms: any) => Promise<unknown>;