@lms-elements/utils
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,1 +0,1 @@ | ||
export declare const checkIsBefore: (first: string | Date, second?: string | Date | undefined) => boolean; | ||
export declare const checkIsBefore: (first?: string | Date | undefined, second?: string | Date | undefined) => boolean; |
{ | ||
"name": "@lms-elements/utils", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "commonly used utilities", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "16620135d4d2926e3bf05d8c783006d7e5329995" | ||
"gitHead": "3bfa6ac5fbbb5aa71ddcc44b4c61ce08258b4c40" | ||
} |
Sorry, the diff of this file is not supported yet
75347