@formatjs/ecma402-abstract
Version:
A collection of implementation for ECMAScript abstract operations
6 lines • 441 B
TypeScript
import { NumberFormatDigitOptions, NumberFormatNotation, NumberFormatDigitInternalSlots } from '../types/number';
/**
* https://tc39.es/ecma402/#sec-setnfdigitoptions
*/
export declare function SetNumberFormatDigitOptions(internalSlots: NumberFormatDigitInternalSlots, opts: NumberFormatDigitOptions, mnfdDefault: number, mxfdDefault: number, notation: NumberFormatNotation): void;
//# sourceMappingURL=SetNumberFormatDigitOptions.d.ts.map