@batou.dev/bytes - v0.6.0
    Preparing search index...

    Interface ParseOpts

    Parsing options

    interface ParseOpts {
        locale?: string | true;
    }
    Index

    Properties

    Properties

    locale?: string | true

    Parse number according to a given locale. It uses the default locale if set to true, and support is disabled when omitted.