@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
11 lines (10 loc) • 308 B
TypeScript
/**
* Formatting helpers for `BookEditorMonaco`.
*
* @private function of BookEditorMonaco
*/
export declare const BookEditorMonacoFormatting: {
getUploadPlaceholderText: (fileName: string) => string;
formatBytes: (bytes: number) => string;
formatDuration: (durationMs: number) => string;
};