Home
last modified time | relevance | path

Searched refs:createCachedFetch (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/cli/src/api/
H A DgetVersions.ts1 import { createCachedFetch } from './rest/client';
43 const fetchAsync = createCachedFetch({
H A DgetNativeModuleVersions.ts1 import { createCachedFetch } from './rest/client';
34 const fetchAsync = createCachedFetch({
H A DgetExpoSchema.ts6 import { createCachedFetch } from './rest/client';
84 const fetchAsync = createCachedFetch({
/expo/packages/@expo/cli/src/utils/
H A DdownloadAppAsync.ts10 import { createCachedFetch, fetchAsync } from '../api/rest/client';
33 fetchInstance = createCachedFetch({
H A Dnpm.ts13 import { createCachedFetch } from '../api/rest/client';
17 const cachedFetch = createCachedFetch({
/expo/packages/@expo/cli/src/api/rest/
H A Dclient.ts122 export function createCachedFetch({ function