UNPKG

mxr-image-utils

Version:
5 lines (4 loc) 146 B
export declare class Utils { static separateBase64(base64: string): string; static verifyTypes(type: string, types: string[]): boolean; }