Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Any

Hierarchy

  • Type<any, any>
    • Any

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<any>

Type declaration

Readonly encode

encode: (i: any) => any

Type declaration

    • (i: any): any
    • Parameters

      • i: any

      Returns any

Readonly expected

expected: string

Readonly is

is: Is<any>

Readonly name

name: string

Methods

fromGuard

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

Generated using TypeDoc