@alextheman/utility - v4.3.5
    Preparing search index...

    Interface VersionNumberToStringOptions

    Options to apply to the stringification of the version number.

    interface VersionNumberToStringOptions {
        omitPrefix?: boolean;
    }
    Index

    Properties

    Properties

    omitPrefix?: boolean

    Whether you want to omit the "v" prefix or not (defaults to false).