Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsDate"

Index

Functions

Functions

isDate

  • isDate(value: any): boolean
  • Checks if argument is date.

    Parameters

    • value: any

      The date being checked.

    Returns boolean

    True if the date value is a real date, false otherwise.

Generated using TypeDoc