UNPKG

@phensley/cldr-core

Version:
6 lines (5 loc) 299 B
export declare const ENCODE: string; export declare const base100encode: (orig: number) => string; export declare const base100decode: (s: string) => number; export declare const bitarrayCreate: (bits: number[]) => number[]; export declare const bitarrayGet: (data: number[], i: number) => boolean;