Type alias HasCaptureParsers<T>

HasCaptureParsers<T>: ExtractCaptureParsers<T> extends never
    ? false
    : true

Convenience type where given an array of parsers and capture parsers, it returns true if there are any capture parsers, otherwise false.

Type Parameters

Generated using TypeDoc