UNPKG

type-enhancers

Version:
2 lines (1 loc) 59 B
export type StrictOmit<T, K extends keyof T> = Omit<T, K>;