Home
last modified time | relevance | path

Searched refs:XMLValue (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/utils/
H A DXML.d.ts1 export type XMLValue = boolean | number | string | null | XMLArray | XMLObject; alias
2 export interface XMLArray extends Array<XMLValue> {
5 [key: string]: XMLValue | undefined;
H A DXML.js.map1XMLValue = boolean | number | string | null | XMLArray | XMLObject;\n\nexport interface XMLArray e…
/expo/packages/@expo/config-plugins/src/utils/
H A DXML.ts6 export type XMLValue = boolean | number | string | null | XMLArray | XMLObject; alias
8 export interface XMLArray extends Array<XMLValue> {}
11 [key: string]: XMLValue | undefined;