xdashReadme | API


xdash / ExcludeProperties

Type alias: ExcludeProperties<T, U>

ExcludeProperties<T, U>: { [Property in Exclude<keyof T, keyof U>]?: never }

Type parameters

T

U

Source

types.ts:74