Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsLessThan"

Index

Functions

Functions

isLessThan

  • isLessThan(value: number, target: number): boolean
  • Checks if the first number is value < target.

    Parameters

    • value: number

      The value being checked.

    • target: number

      The target value to perform the check against.

    Returns boolean

    True if the value is less than the target, false otherwise.

Generated using TypeDoc