Searched refs:PLATFORMS (Results 1 – 2 of 2) sorted by relevance
6 const PLATFORMS = ['android', 'ios']; constant12 if (!PLATFORMS.includes(options.platform)) {13 throw new Error(`--platform must be one of ${PLATFORMS.join(', ')}`);
273 PLATFORMS