Loom Engine - v3.1.1
    Preparing search index...

    Interface NumberFormatterOptions

    interface NumberFormatterOptions {
        locale?: string;
        fallbackCompactSuffixes?: { [exp: number]: string };
    }
    Index

    Properties

    locale?: string
    fallbackCompactSuffixes?: { [exp: number]: string }