UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

10 lines (9 loc) 250 B
"use strict"; exports.__esModule = true; exports.isJSFunction = isJSFunction; /** * @deprecated use same function from '@redhare/lowcode-utils' instead */ function isJSFunction(x) { return typeof x === 'object' && x && x.type === 'JSFunction'; }