Home
last modified time | relevance | path

Searched defs:getWebOutputPath (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/config/build/
H A DConfig.js11 getWebOutputPath: true, property
440 function getWebOutputPath(config = {}) { function
/expo/packages/@expo/config/src/
H A DConfig.ts357 export function getWebOutputPath(config: { [key: string]: any } = {}): string { function