Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartialType<A, O>

Type parameters

Hierarchy

  • Type<Partial<{}>>
    • PartialType

Index

Type aliases

Properties

Methods

Type aliases

Encoding

Encoding<A>: E.OutputOf<A>

Type parameters

  • A

Of

Of<A>: G.TypeOf<A>

Type parameters

  • A

Properties

Readonly decode

decode: (i: unknown) => DecodeEffect<Partial<{}>>

Type declaration

Readonly encode

encode: (i: Partial<{}>) => O

Type declaration

    • (i: Partial<{}>): O
    • Parameters

      • i: Partial<{}>

      Returns O

Readonly expected

expected: string

Readonly is

is: Is<Partial<{}>>

Readonly name

name: string

Readonly properties

properties: A

Methods

fromGuard

  • fromGuard<A>(guard: Guard<A>, name: string, expected?: string): Type<A>

Generated using TypeDoc