Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/
H A DgetExpoSchema.ts21 const json = await getSchemaJSONAsync(sdkVersion);
50 async function getSchemaJSONAsync(sdkVersion: string): Promise<{ schema: Schema }> { function