UNPKG

@younho9/types

Version:

A set of utility types for TypeScript

9 lines (7 loc) 216 B
import type {AlternativeAny} from './alternative-any.js'; /** * {@link https://github.com/microsoft/TypeScript/issues/4183} * * @category Utilities */ export type Subtract<Type> = Exclude<AlternativeAny, Type>;