@formatjs/ecma402-abstract
Version:
A collection of implementation for ECMAScript abstract operations
8 lines • 418 B
TypeScript
import { NumberFormatInternal, NumberFormatOptions } from '../types/number';
/**
* https://tc39.es/ecma402/#sec-setnumberformatunitoptions
*/
export declare function SetNumberFormatUnitOptions(nf: Intl.NumberFormat, options: NumberFormatOptions | undefined, { getInternalSlots, }: {
getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal;
}): void;
//# sourceMappingURL=SetNumberFormatUnitOptions.d.ts.map