Interface ParjsProjection<T, TOut>

A projection on the parser result and the parser state.

interface ParjsProjection<T, TOut> ((value, userState) => TOut)

Type Parameters

  • T
  • TOut