@mindfulness/utils
    Preparing search index...

    Function isMultipleOf

    • Return true if the number is a multiple of another number

      Parameters

      • number: number

        The number to check

      • multiple: number

        The multiple to check against

      Returns boolean

      • Whether the number is a multiple of the other number