UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines 166 B
/** * @deprecated use same function from '@redhare/lowcode-utils' instead */ export function isActionContentObject(obj) { return obj && typeof obj === 'object'; }