Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KleenePlusDFA<BaseSet>

Accepts strings matching /^[BaseSet]+$/

Type parameters

  • BaseSet: string

Hierarchy

  • KleenePlusDFA

Index

Properties

acceptStates

acceptStates: "1"

startState

startState: "0"

transitions

transitions: { 0: Record<BaseSet, "1"> & Record<string, "fail">; 1: Record<BaseSet, "1"> & Record<string, "fail">; fail: Record<string, "fail"> }

Type declaration

  • 0: Record<BaseSet, "1"> & Record<string, "fail">
  • 1: Record<BaseSet, "1"> & Record<string, "fail">
  • fail: Record<string, "fail">