frontend/.pnpm-store/v3/files/bf/c0d4a1a5eb7d861364ffbbf9fb23689455b70ff08331a20acab58c712f6bac4cef925752c0296bf064a670272158e14e6aac48e7ef81dd621f5c0346049fcb-exec

3 lines
219 B
Plaintext
Executable File

import { RawNumberFormatResult } from '../types/number';
export declare function ToRawPrecision(x: number, minPrecision: number, maxPrecision: number): RawNumberFormatResult;
//# sourceMappingURL=ToRawPrecision.d.ts.map