TagParser<T>: {
    matcher: RegExp;
    process: ((matches) => T);
}

Type Parameters

Type declaration

  • matcher: RegExp
  • process: ((matches) => T)
      • (matches): T
      • Parameters

        • matches: RegExpMatchArray

        Returns T

Generated using TypeDoc