clean-jsdoc-theme TypeDoc APIv0.0.0

OmitByType

OmitByType<T, V> = Omit<T, KeysOfType<T, V>>

Source: common.ts:278

Omits properties of T that have values assignable to V

Type Parameters

  • T — Object type
  • V — Value type to exclude