clean-jsdoc-theme TypeDoc APIv0.0.0

StrictUnion

StrictUnion<T> = T extends object ? T & { [K in Exclude<keyof UnionToIntersection<T>, keyof T>]?: never } : T

Source: common.ts:330

Strict union type (no extra properties)

Type Parameters

  • T — Union of object types