UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

10 lines (9 loc) 219 B
"use strict"; exports.__esModule = true; exports.isI18nData = isI18nData; /** * @deprecated use same function from '@redhare/lowcode-utils' instead */ function isI18nData(obj) { return obj && obj.type === 'i18n'; }