(data: any)
| 4 | * @deprecated use same function from '@alilc/lowcode-utils' instead |
| 5 | */ |
| 6 | export function isJSExpression(data: any): data is IPublicTypeJSExpression { |
| 7 | return data && data.type === 'JSExpression' && data.extType !== 'function'; |
| 8 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…