UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

5 lines (4 loc) 164 B
/** * @deprecated use same function from '@redhare/lowcode-utils' instead */ export declare function isPlainObject(value: any): value is Record<string, unknown>;