(obj: any)
| 6 | * @deprecated use same function from '@alilc/lowcode-utils' instead |
| 7 | */ |
| 8 | export function isTitleConfig(obj: any): obj is IPublicTypeTitleConfig { |
| 9 | return isPlainObject(obj) && !isI18nData(obj); |
| 10 | } |
no test coverage detected
searching dependent graphs…