Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Required"

Index

Type aliases

Type aliases

Required

Required<T, depth>: Cast<ORequired<T, keyof T, depth>, any[]>

Make T required (deeply or not)

Type parameters

  • T: Tuple

    to make required

  • depth: Depth

    to do it deeply (?='flat')

returns

any[]

example

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