ErrorResult

Public TypeAlias

Signature
type ErrorResult<E> = {
  readonly ok: false
  readonly error: E
}
Edit this page
Last edited on 15 June 2023
deepCopygetFirstFromIterable