Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnumTools

Hierarchy

  • EnumTools

Index

Methods

Static getName

  • getName<T>(e: any, value: T): string | undefined

Static getNames

  • getNames(e: any): string[]

Static getNamesAndValues

  • getNamesAndValues<T>(e: any): [string, T][]

Static getValue

  • getValue<T>(e: T, key: string): any

Static getValues

  • getValues<T>(e: any): T[]

Generated using TypeDoc