@aracna/core - v1.5.0
    Preparing search index...

    Interface GetNumberPercentageOptions

    interface GetNumberPercentageOptions {
        max?: number;
        min?: number;
        round?: boolean;
    }
    Index

    Properties

    Properties

    max?: number
    min?: number
    round?: boolean