UNPKG

76 BTypeScriptView Raw
1declare const isDate: (value: any) => value is Date;
2export default isDate;