Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "builtins/uuid-hex"

Index

Type aliases

Variables

Type aliases

UuidHex

UuidHex: string

Semantic alias for strings representing UUID.

Variables

Const $UuidHex

$UuidHex: Ucs2StringType = new Ucs2StringType({lowerCase: true,trimmed: true,minLength: 36,maxLength: 36,pattern: /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/,})

Type for UUID hex string standard representation.

Generated using TypeDoc