@shopify/dates
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -1,3 +0,3 @@ | ||
import { TimeUnit } from './constants'; | ||
import type { TimeUnit } from './constants'; | ||
export declare function getDateDiff(resolution: TimeUnit, date: Date, today?: Date): number; | ||
//# sourceMappingURL=get-date-diff.d.ts.map |
{ | ||
"name": "@shopify/dates", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "MIT", | ||
@@ -30,3 +30,3 @@ "description": "Lightweight date operations library", | ||
"devDependencies": { | ||
"@shopify/jest-dom-mocks": "^4.1.0" | ||
"@shopify/jest-dom-mocks": "^4.1.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
106094