Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/P/Omit"

Index

Type aliases

Type aliases

Never

Never: Type<__type, "never">

Omit

Omit<O, Path>: _Omit<O, Path>

Remove out of O the fields at Path (⚠️ this type is expensive)

Type parameters

  • O: object

    to remove from

  • Path: PPath

    to be followed

returns

object

example

_Omit

_Omit<O, Path, I>: _Omit<O, Path, I>

Type parameters

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