Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/Grammar"

Index

Type aliases

AllowableTermDef

AllowableTermDef: string | RegExp | Term | function | object

AnyKeysOf

AnyKeysOf: Record<K, any>

Record with values of any type for every key K found in T. Convenient inferred return type for microgrammar.

TermsDefinition

TermsDefinition: Record<K, AllowableTermDef<PARAMS>> & Partial<WhiteSpaceHandler> & Partial<SkipCapable> & object

Generated using TypeDoc