Home
last modified time | relevance | path

Searched refs:wrapFetchWithCache (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/
H A Dclient.ts7 import { wrapFetchWithCache } from './cache/wrapFetchWithCache';
138 return wrapFetchWithCache(
/expo/packages/@expo/cli/src/api/rest/cache/
H A DwrapFetchWithCache.ts149 export function wrapFetchWithCache( function