Skip to content

vue-i18n / general / IsEmptyObject<T>

类型别名: IsEmptyObject<T>

ts
type IsEmptyObject<T> = T extends object ? true : false;

类型参数

类型参数
T