Home
last modified time | relevance | path

Searched defs:PlatformMethod (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-file-system/build/
H A Dtypes.d.ts1 type PlatformMethod = (...args: any[]) => Promise<any>; alias
/expo/packages/expo-file-system/src/
H A Dtypes.ts1 type PlatformMethod = (...args: any[]) => Promise<any>; alias