Français
Appearance
vue-i18n / général / IsEmptyObject
type IsEmptyObject<T> = T extends object ? true : false;
T