UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines 154 B
/** * @deprecated use same function from '@redhare/lowcode-utils' instead */ export function isNodeSchema(data) { return data && data.componentName; }