UNPKG

77 BTypeScriptView Raw
1declare function isDateObject(value?: any): boolean;
2
3export = isDateObject;