getSupportedPlatforms

  • Returns array of supported platforms

  • Sub-functions: None

const platforms = getSupportedPlatforms();
console.log(platforms);

Last updated

Was this helpful?