Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "entry/import/importer/entry-importer-tools"

Index

Functions

capitalizeAllWords

  • capitalizeAllWords(str: any): any

guessPlatforms

  • guessPlatforms(text: any): any[]

Object literals

Const PLATFORM_KEYWORDS

PLATFORM_KEYWORDS: object

Linux

Linux: string[] = ["linux", "debian", "ubuntu", "java", "jar"]

Mac

Mac: string[] = ["mac", "osx", "os/x", "os x", "java", "jar"]

Mobile

Mobile: string[] = ["android", "apk"]

Web

Web: string[] = ["web", "flash", "swf", "html", "webgl", "canvas"]

Windows

Windows: string[] = ["windows", "win32", "win64", "exe", "java", "jar"]

Generated using TypeDoc