• Preparing search index...
  • The search index is not available
parjs
  • parjs
  • combinators
  • must

Function must

  • must<T>(predicate): ParjsCombinator<T, T>
  • Applies the source parser and makes sure its result fulfills predicate.

    Type Parameters

    • T

    Parameters

    • predicate: ParjsValidator<T>

      The condition to check for.

    Returns ParjsCombinator<T, T>

    • Defined in src/lib/internal/combinators/must.ts:34

Settings

Member Visibility

Theme

parjs
  • Loading...

Generated using TypeDoc