ezyVet Javascript Helper Library Documentation
    Preparing search index...

    Function is

    • Parameters

      • date: Date

        The first given date.

      Returns {
          after: (secondGivenDate: Date) => boolean;
          before: (secondGivenDate: Date) => boolean;
      }

      Object containing functions to compare the first date argument with.

      Curried function that returns an object of functions that compare the first argument with argument provided to them.