UNPKG

@evolutionland/evolution-js

Version:

evolution evolution-js evolutionland evolution-js-sdk evolution-land metaverse

7 lines (6 loc) 343 B
import { Rounding } from "../../constants"; import { Fraction } from "./fraction"; export declare class Percent extends Fraction { toSignificant(significantDigits?: number, format?: Record<string, unknown>, rounding?: Rounding): string; toFixed(decimalPlaces?: number, format?: Record<string, unknown>, rounding?: Rounding): string; }