Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/NullableKeys"

Index

Type aliases

Type aliases

NullableKeys

NullableKeys<O>: SelectKeys<O, undefined, "<-extends"> | SelectKeys<O, null, "<-extends">

Get the keys of O that are nullable

Type parameters

  • O: object

returns

keyof

example

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