UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines 197 B
/** * @deprecated use same function from '@redhare/lowcode-utils' instead */ export function isJSExpression(data) { return data && data.type === 'JSExpression' && data.extType !== 'function'; }