Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Union/Strict"

Index

Type aliases

Type aliases

Strict

Strict<U>: Compute<_Strict<U>>

Make a union not allow excess properties (https://github.com/Microsoft/TypeScript/issues/20863)

Type parameters

  • U: object

    to make strict

returns

union

example

_Strict

_Strict<U, _U>: _Strict<U, _U>

Type parameters

  • U
  • _U

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