Home
last modified time | relevance | path

Searched refs:exportedObjectType (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/config/build/
H A DevalConfig.d.ts5 exportedObjectType: string;
27exportedObjectType: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object"…
H A DevalConfig.js138 const exportedObjectType = typeof result;
154 exportedObjectType
H A DevalConfig.js.map1exportedObjectType","Promise","ConfigError","expo","serializeSkippingMods","config"],"sources":[".…
H A DConfig.js257 exportedObjectType,
268 return fillAndReturnConfig(dynamicConfig, exportedObjectType);
H A DConfig.js.map1exportedObjectType","rawDynamicConfig","getDynamicConfig","dynamicConfig","getPackageJson","getRoo…
/expo/packages/@expo/config/src/
H A DevalConfig.ts11 export type DynamicConfigResults = { config: RawDynamicConfig; exportedObjectType: string };
108 const exportedObjectType = typeof result; constant
124 return { config: result, exportedObjectType };
H A DConfig.ts170 const { exportedObjectType, config: rawDynamicConfig } = getDynamicConfig( constant
182 return fillAndReturnConfig(dynamicConfig, exportedObjectType);
/expo/packages/@expo/config/src/__tests__/
H A DgetConfig-test.ts132 .exportedObjectType
139 .exportedObjectType