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