Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A Dmod-compiler-test.ts30 let exportedConfig: ExportedConfig = { variable
65 let exportedConfig: ExportedConfig = { variable
89 const exportedConfig: ExportedConfig = { constant
107 const exportedConfig: ExportedConfig = { constant
146 const exportedConfig: ExportedConfig = { constant
H A DwithMod-test.ts8 const exportedConfig: ExportedConfig = { name: 'app', slug: '', mods: null }; constant