Documents for @litert/utils-string
    Preparing search index...

    Interface IUnitParserResult

    interface IUnitParserResult {
        unit: string;
        value: string;
    }
    Index

    Properties

    Properties

    unit: string

    The unit (name) of the value.

    value: string

    The value of the unit.