UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

5 lines (4 loc) 103 B
export declare function fetchAsync(url: string): Promise<{ body: string; headers: Headers; }>;