UNPKG

@plutojl/rainbow

Version:

TypeScript/JavaScript API for programmatically interacting with Pluto notebooks

8 lines (7 loc) 188 B
export namespace ProcessStatus { let ready: string; let starting: string; let no_process: string; let waiting_to_restart: string; let waiting_for_permission: string; }