UNPKG

starboard-notebook

Version:

Starboard Notebook

3 lines (2 loc) 111 B
import { Runtime } from "../types"; export declare function downloadAsHtml(runtime: Runtime): Promise<void>;