frontend/.pnpm-store/v3/files/84/7d9c346574d4a8432d4e94c9d658ae9ff778891081b18b164471019274b0dcafee2bc7e1fdff9e4cee8aedefe269bc450c51c1dd2b7879017d733df10d8624-exec

6 lines
441 B
Plaintext
Executable File

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