UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines (5 loc) 219 B
import { IPublicTypeJSFunction } from '../shell/type/value-type'; /** * @deprecated use same function from '@redhare/lowcode-utils' instead */ export declare function isJSFunction(x: any): x is IPublicTypeJSFunction;