Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

CompulsoryKeys

CompulsoryKeys<L>: CompulsoryKeys<ObjectOf<L>>

Get the keys of L that are Compulsory

(⚠️ needs --strictNullChecks enabled)

Type parameters

returns

Key

example

import {L} from 'ts-toolbelt'

type test0 = L.CompulsoryKeys<[1, 2, 3]> // {0: 1, 1: 2, 2: 3}

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.