@phensley/cldr-core
Version:
Core library for @phensley/cldr
16 lines (15 loc) • 551 B
TypeScript
import { Bundle } from '../../resource';
import { Internals } from '../../internals';
import { NumberSystemType } from '../../common';
import { NumberParams } from '../../common/private';
/**
* Private API only visible internally.
*/
export declare class PrivateApiImpl {
protected bundle: Bundle;
protected internals: Internals;
private numbers;
private numberParamsCache;
constructor(bundle: Bundle, internals: Internals);
getNumberParams(numberSystem?: NumberSystemType, defaultSystem?: NumberSystemType): NumberParams;
}