UNPKG

thebe-lite

Version:

Thebe extension library for WASM kernels via JupyterLite

11 lines (10 loc) 300 B
import { startJupyterLiteServer } from './jlite'; import type { ThebeLiteGlobal } from './types'; declare global { interface Window { thebeLite?: ThebeLiteGlobal; } } declare function setupThebeLite(): void; export * from './types'; export { startJupyterLiteServer, setupThebeLite };