@formant/ava
Version:
A framework for automated visual analytics.
6 lines (5 loc) • 433 B
TypeScript
import type { Language, InsightType } from '../../types';
export declare const getDiffDesc: (value: number, lang: Language) => "equal" | "more than" | "超过" | "less than" | "少于" | "持平";
export declare const INSIGHT_TYPE_NAME: Record<InsightType, string>;
export declare const getInsightName: (insightType: InsightType, lang: Language) => string;
export declare const getDefaultSeparator: (lang: Language) => "," | ", ";