Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Optional"

Index

Type aliases

Type aliases

Optional

Optional<T, depth>: Cast<OOptional<T, keyof T, depth>, any[]>

Make T optional (deeply or not)

Type parameters

  • T: Tuple

    to make optional

  • depth: Depth

    to do it deeply (?='flat')

returns

any[]

example

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.