UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

8 lines (7 loc) 221 B
declare const getDevServer: () => { bundleLoadedFromServer: boolean; /** URL but ensures that platform query param is added. */ readonly fullBundleUrl: string; url: string; }; export default getDevServer;