Skip to main content

Home > @jsplumb/util > isDate

isDate() function#

Returns whether or not the given value is of type Date

Signature:

export declare function isDate(o: any): o is Date;

Parameters#

ParameterTypeDescription
oany

Returns:

o is Date