Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KleeneStarDFA<BaseSet>

Accepts strings matching /^[BaseSet]*$/

Type parameters

  • BaseSet: string

Hierarchy

  • KleeneStarDFA

Index

Properties

acceptStates

acceptStates: "0"

startState

startState: "0"

transitions

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

Type declaration

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