browserslist-useragent-regexp
    Preparing search index...

    Interface SemverCompareOptions

    interface SemverCompareOptions {
        allowHigherVersions?: boolean;
        allowZeroSubversions?: boolean;
        ignoreMinor?: boolean;
        ignorePatch?: boolean;
    }
    Index

    Properties

    allowHigherVersions?: boolean
    allowZeroSubversions?: boolean
    ignoreMinor?: boolean
    ignorePatch?: boolean