Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DProperties.d.ts11 export declare function parsePropertiesFile(contents: string): PropertiesItem[]; function
H A DProperties.js8 function parsePropertiesFile(contents) { function
/expo/packages/@expo/config-plugins/src/android/
H A DProperties.ts15 export function parsePropertiesFile(contents: string): PropertiesItem[] { function