UNPKG

@phensley/cldr-core

Version:
9 lines (8 loc) 286 B
export declare const paradigmLocales: string[]; export declare type DistanceMap = { [x: string]: { [y: string]: DistanceNode | undefined; } | undefined; }; export declare type DistanceNode = [number, DistanceMap] | number; export declare const distanceMap: DistanceMap;