Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/prebuild/
H A DclearNativeFolder.ts12 type ArbitraryPlatform = ModPlatform | string; alias
77 platforms: ArbitraryPlatform[]
78 ): Promise<ArbitraryPlatform[]> {
87 return valid.filter(Boolean) as ArbitraryPlatform[];
93 platforms: ArbitraryPlatform[]
94 ): Promise<ArbitraryPlatform[]> {
95 const VERIFIERS: Record<ArbitraryPlatform, (root: string) => Promise<boolean>> = {
114 ).filter(Boolean) as ArbitraryPlatform[];
119 checkPlatforms: ArbitraryPlatform[]