UNPKG

@intuitionrobotics/thunderstorm

Version:
3 lines (2 loc) 161 B
export declare function fileToBase64(file: string): Promise<string>; export declare function base64ToFile(contentAsBase64: string, file: string): Promise<void>;