UNPKG

@appello/common

Version:

Common package with many useful features for web and mobile development

3 lines (2 loc) 128 B
import { Nullable } from '../../types'; export declare const toBase64: (file: File) => Promise<Nullable<string | ArrayBuffer>>;