UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

7 lines (6 loc) 200 B
export type JupyterLine = { type: "plaintext" | "image"; content: string; url?: string; }; export declare const parseCellContent: (content: string, imageUrls?: string[]) => JupyterLine[];