3 lines
219 B
Plaintext
Executable File
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 |