Type alias EPSTemplate

EPSTemplate: readonly [string | null, string | null, string | null]

3-element tuple used to define templates for matching spec keys and values.

  • The first element is an exact match (i.e. the spec key or value must be exactly the same as the template to match).
  • The second element is a prefix (i.e. the spec key or value must start with the template to match).
  • The third element is a suffix (i.e. the spec key or value must end with the template to match).

Generated using TypeDoc