Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsDivisibleBy"

Index

Functions

Functions

isDivisibleBy

  • isDivisibleBy(target: number, arg: number): boolean
  • Checks if the value is the value that is divisible by the target without producing a remainder.

    Parameters

    • target: number

      The value being checked.

    • arg: number

      The target value to perform the check against.

    Returns boolean

    True if the value is divisible by the target, false otherwise.

Generated using TypeDoc