Type alias ParjsResult<T>

ParjsResult<T>: ParjsSuccess<T> | ParjsFailure

A type that represents a ParjsSuccess or a ParjsFailure. Returned by parsers.

Type Parameters

  • T