@difizen/libro-ai-native
Version:
5 lines • 316 B
TypeScript
import type { CellView } from '@difizen/libro-jupyter';
export declare function stringToReadableStream(inputString: string): ReadableStream<any>;
export declare function addCellAIClassname(cell: CellView): void;
export declare function cancelCellAIClassname(cell: CellView): void;
//# sourceMappingURL=utils.d.ts.map