UNPKG

@appello/mobile

Version:

Common package with many useful features for mobile development

12 lines (11 loc) 259 B
export declare class ReactNativeFile { uri: string; name: string; type: string; constructor(file: { uri: string; name: string; type: string; }); static isReactNativeFile(obj: unknown): obj is ReactNativeFile; }