Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/enums

Index

Enumerations

Type aliases

Object literals

Type aliases

eKindType

eKindType: meKind | kind

Merges two enums together as a type for the purpose of extending enum.
Merged enum to include value of none that equals -1. Function parse() also is part of this enum.

Enum values:

  • none
  • uri
  • uriComponent
  • base64
  • base64Uri
  • jsString
  • tsString

eProcessType

eProcessType: meProcess | meProc

Merges two enums together as a type for the purpose of extending enum.
Merged enum to include value of none that equals -1. Function parse() also is part of this enum.

Enum values:

  • none
  • encode
  • decode

Object literals

Const eKind

eKind: object

Merged enum to include value of none that equals -1. Function parse() also is part of this enum.

Enum values:

  • none
  • uri
  • uriComponent
  • base64
  • base64Uri
  • jsString
  • tsString

Const eProcess

eProcess: object

Merged enum to include value of none that equals -1. Function parse() also is part of this enum.

Enum values:

  • none
  • encode
  • decode

Generated using TypeDoc