UNPKG

@byloth/vuert

Version:

The headless alerts, modals, notifications & popups library for Vue.js craftsmen. ℹ

2 lines (1 loc) 97 B
export type DistributiveOmit<T, K extends PropertyKey> = T extends unknown ? Omit<T, K> : never;