Searched refs:ArbitraryPlatform (Results 1 – 1 of 1) sorted by relevance
12 type ArbitraryPlatform = ModPlatform | string; alias77 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[]