UNPKG

@promptbook/openai

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

11 lines (10 loc) 308 B
/** * Formatting helpers for `BookEditorMonaco`. * * @private function of BookEditorMonaco */ export declare const BookEditorMonacoFormatting: { getUploadPlaceholderText: (fileName: string) => string; formatBytes: (bytes: number) => string; formatDuration: (durationMs: number) => string; };