UNPKG

@phensley/cldr-core

Version:
16 lines (15 loc) 551 B
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; }