Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Type aliases

Functions

Type aliases

OptionSet

OptionSet: Record<string, Option<any, boolean, boolean, any>>

Functions

opt

  • opt<T>(type: T): Option<T, false, false, ResolveType<T>>
  • Defines a new option

    Type parameters

    • T: Types

    Parameters

    • type: T

      option data type

    Returns Option<T, false, false, ResolveType<T>>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc