Français
Appearance
vue-i18n / général / IsNever
type IsNever<T> = [T] extends [never] ? true : false;
T