Interface FormatNumberOptions

interface FormatNumberOptions {
    number: number;
}

Properties

Properties

number: number