UNPKG

@kaaiot/services

Version:

Type definitions for KaaIoT platform REST API service communication

4 lines (3 loc) 232 B
export declare const getImgBase64Url: (file: File, callback: (string: any) => any) => void; export declare const isBase64Image: (value: string) => boolean | null; export declare const isBase64Content: (content?: string) => boolean;