MCPcopy Create free account
hub / github.com/ionic-team/capacitor / getKnownEnterprisePlatforms

Function getKnownEnterprisePlatforms

cli/src/common.ts:327–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325}
326
327export async function getKnownEnterprisePlatforms(): Promise<string[]> {
328 return ['windows'];
329}
330
331export async function isValidEnterprisePlatform(platform: string): Promise<boolean> {
332 return (await getKnownEnterprisePlatforms()).includes(platform);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected