Link Search Menu Expand Document

Empty overview

Added in v1.0.0


Table of contents


utils

Empty

Signature

export declare const Empty: t.BrandC<t.StringC, EmptyBrand>

Added in v1.0.0

Empty (type alias)

Signature

export type Empty = t.Branded<string, EmptyBrand>

Added in v1.0.0

EmptyBrand (interface)

Signature

export interface EmptyBrand {
  readonly Empty: unique symbol
}

Added in v1.0.0

emptyDecoder

Signature

export declare const emptyDecoder: D.Decoder<string, t.Branded<string, EmptyBrand>>

Added in v1.1.0