UNPKG

@expo/metro-config

Version:

A Metro config for running React Native projects with the Metro bundler

3 lines (2 loc) 159 B
export declare function tryRequireThenImport<TModule>(moduleId: string): Promise<TModule>; export declare function requireUncachedFile(moduleId: string): any;