Home
last modified time | relevance | path

Searched defs:replaceEnvironmentVariables (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/metro-config/build/serializer/
H A DenvironmentVariableSerializerPlugin.d.ts9 export declare function replaceEnvironmentVariables(code: string, env: Record<string, string | unde… function
H A DenvironmentVariableSerializerPlugin.js33 function replaceEnvironmentVariables(code, env) { function
/expo/packages/@expo/metro-config/src/serializer/
H A DenvironmentVariableSerializerPlugin.ts15 export function replaceEnvironmentVariables( function