Searched refs:askForPlatformAsync (Results 1 – 4 of 4) sorted by relevance
51 async function askForPlatformAsync(): Promise<Platform> { function70 const platform = options.platform || (await askForPlatformAsync());
8 import askForPlatformAsync from '../utils/askForPlatformAsync';92 const platform = options.platform || (await askForPlatformAsync());
17 import askForPlatformAsync from '../utils/askForPlatformAsync';53 const platform = options.platform || (await askForPlatformAsync());
5 export default async function askForPlatformAsync( function