UNPKG

@expo/metro-config

Version:

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

9 lines (8 loc) 333 B
export declare function pathToHtmlSafeName(path: string): string; export declare function getHotReplaceTemplate(id: string): string; export declare function wrapDevelopmentCSS(props: { src: string; filename: string; reactServer: boolean; }): string; export declare function escapeBackticksAndOctals(str: string): string;