UNPKG

pic-viewer

Version:

Picture viewer.

5 lines (4 loc) 300 B
export declare function isBase64WithScheme(str?: string, mediaType?: string): any; export declare function tryParsingJSONArray(str: any): any; export declare function isObject(value: any): boolean; export declare function unwrap<V = any>(value: V, path?: string | ((value: V) => any) | symbol): any;