@mudssky/jsutils
    Preparing search index...

    Interface BytesOption

    配置项

    interface BytesOption {
        decimalPlaces?: number;
        fixedDecimals?: boolean;
        thousandsSeparator?: string;
        unit?: "b" | "kb" | "mb" | "gb" | "tb" | "pb";
        unitSeparator?: string;
    }
    Index

    Properties

    decimalPlaces?: number
    fixedDecimals?: boolean
    thousandsSeparator?: string
    unit?: "b" | "kb" | "mb" | "gb" | "tb" | "pb"
    unitSeparator?: string