UNPKG

@cocalc/project

Version:
11 lines (10 loc) 249 B
export interface NbconvertParams { args: string[]; directory?: string; timeout?: number; } export declare function parseTo(args: string[]): { to: string; j: number; }; export declare function parseSource(args: string[]): string;