@types/date-arithmetic
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -10,4 +10,7 @@ // Type definitions for date-arithmetic v3.1.0 | ||
interface dateArithmeticStatic { | ||
/** Add specified amount of units to a provided date and return new date as a result */ | ||
/** Add specified amount of units to a provided date and return new date as a result */ | ||
add(date: Date, num: number, unit: Unit): Date; | ||
/** Subtract specified amount of units from a provided date and return new date as a result */ | ||
subtract(date: Date, num: number, unit: Unit): Date; | ||
} | ||
@@ -14,0 +17,0 @@ |
{ | ||
"name": "@types/date-arithmetic", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "TypeScript definitions for date-arithmetic", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "837199d0a4601e5e998d5ad0a199d39068194c64b03ea8cc25b97f222bf67f64", | ||
"typesPublisherContentHash": "c7f49cd468148cd90beaabc333a27f98b05147073d3491d3a78653378fa94302", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 13 Oct 2017 22:26:39 GMT | ||
* Last updated: Tue, 17 Oct 2017 16:19:58 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3186
16