Options
All
  • Public
  • Public/Protected
  • All
Menu

Module helpers

Index

Variables

tracks

tracks: string[] = ...

Available tracks

Functions

Const checkTrack

  • checkTrack(track: string): boolean
  • Check if a track is valid

    Parameters

    • track: string

      Name of the track to check

    Returns boolean

    Does the track exits?

Const parseManifest

  • Parse the manifest of an APK file

    Parameters

    • apk: string | string[]

      Path to the APK file

    Returns Promise<IPackageManifest>

Generated using TypeDoc