UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines 151 B
/** * @deprecated use same function from '@redhare/lowcode-utils' instead */ export function isI18nData(obj) { return obj && obj.type === 'i18n'; }