blessed-components - v1.20.0
    Preparing search index...

    Interface FormatNumberOptions

    interface FormatNumberOptions {
        digits?: number;
        locale?: string;
        notation?: "compact" | "standard" | "scientific" | "engineering";
    }
    Index

    Properties

    digits?: number
    locale?: string
    notation?: "compact" | "standard" | "scientific" | "engineering"