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