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

Function map

  • map<A, B>(projection): ParjsCombinator<A, B>
  • Applies the source parser and projects its result with projection.

    Type Parameters

    • A
    • B

    Parameters

    • projection: ParjsProjection<A, B>

      The projection to apply.

    Returns ParjsCombinator<A, B>

    • Defined in src/lib/internal/combinators/map.ts:30

Settings

Member Visibility

Theme

parjs
  • Loading...

Generated using TypeDoc