UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines 149 B
/** * @deprecated use same function from '@redhare/lowcode-utils' instead */ export function isDOMText(data) { return typeof data === 'string'; }