Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/
H A DgetExpoSchema.ts69 schemaJson[sdkVersion] = await getConfigurationSchemaAsync(sdkVersion);
82 async function getConfigurationSchemaAsync(sdkVersion: string): Promise<JSONObject> { function