UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

10 lines (9 loc) 273 B
"use strict"; exports.__esModule = true; exports.isJSExpression = isJSExpression; /** * @deprecated use same function from '@redhare/lowcode-utils' instead */ function isJSExpression(data) { return data && data.type === 'JSExpression' && data.extType !== 'function'; }