UNPKG

@antv/t8

Version:

T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.

5 lines 411 B
import { BlockDescriptor, PhraseDescriptor, PluginType } from '../types'; export declare function isBlockDescriptor(plugin: PluginType): plugin is BlockDescriptor<any>; export declare function isEntityDescriptor(plugin: PluginType): plugin is PhraseDescriptor<any>; export declare function isCustomPhraseDescriptor(plugin: PluginType): plugin is PhraseDescriptor<any>; //# sourceMappingURL=isPluginType.d.ts.map