Home > @jsplumb/util > isDate
#
isDate() functionReturns whether or not the given value is of type Date
Signature:
export declare function isDate(o: any): o is Date;
#
ParametersParameter | Type | Description |
---|---|---|
o | any |
Returns:
o is Date
Home > @jsplumb/util > isDate
Returns whether or not the given value is of type Date
Signature:
export declare function isDate(o: any): o is Date;
Parameter | Type | Description |
---|---|---|
o | any |
Returns:
o is Date