UNPKG

@nesvet/n

Version:
2 lines 160 B
export type ExtendsOrOmit<Left, Right, Keys extends keyof any, Type> = Left extends Right ? Type : Omit<Type, Keys>; //# sourceMappingURL=ExtendsOrOmit.d.ts.map