@hardlydifficult/date-time 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { daysToMilliseconds, hoursToMilliseconds, MILLISECONDS_PER_DAY, MILLISECONDS_PER_HOUR, MILLISECONDS_PER_MINUTE, MILLISECONDS_PER_SECOND, minutesToMilliseconds, secondsToMilliseconds, toMilliseconds, type TimeSpan, type TimeUnit, } from "./TimeSpan";
|
|
1
|
+
export { daysToMilliseconds, hoursToMilliseconds, MILLISECONDS_PER_DAY, MILLISECONDS_PER_HOUR, MILLISECONDS_PER_MINUTE, MILLISECONDS_PER_SECOND, minutesToMilliseconds, secondsToMilliseconds, toMilliseconds, type TimeSpan, type TimeUnit, } from "./TimeSpan.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,qBAAqB,EACrB,cAAc,EACd,KAAK,QAAQ,EACb,KAAK,QAAQ,GACd,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,qBAAqB,EACrB,cAAc,EACd,KAAK,QAAQ,EACb,KAAK,QAAQ,GACd,MAAM,eAAe,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.toMilliseconds = exports.secondsToMilliseconds = exports.minutesToMilliseconds = exports.MILLISECONDS_PER_SECOND = exports.MILLISECONDS_PER_MINUTE = exports.MILLISECONDS_PER_HOUR = exports.MILLISECONDS_PER_DAY = exports.hoursToMilliseconds = exports.daysToMilliseconds = void 0;
|
|
4
|
-
var
|
|
5
|
-
Object.defineProperty(exports, "daysToMilliseconds", { enumerable: true, get: function () { return
|
|
6
|
-
Object.defineProperty(exports, "hoursToMilliseconds", { enumerable: true, get: function () { return
|
|
7
|
-
Object.defineProperty(exports, "MILLISECONDS_PER_DAY", { enumerable: true, get: function () { return
|
|
8
|
-
Object.defineProperty(exports, "MILLISECONDS_PER_HOUR", { enumerable: true, get: function () { return
|
|
9
|
-
Object.defineProperty(exports, "MILLISECONDS_PER_MINUTE", { enumerable: true, get: function () { return
|
|
10
|
-
Object.defineProperty(exports, "MILLISECONDS_PER_SECOND", { enumerable: true, get: function () { return
|
|
11
|
-
Object.defineProperty(exports, "minutesToMilliseconds", { enumerable: true, get: function () { return
|
|
12
|
-
Object.defineProperty(exports, "secondsToMilliseconds", { enumerable: true, get: function () { return
|
|
13
|
-
Object.defineProperty(exports, "toMilliseconds", { enumerable: true, get: function () { return
|
|
4
|
+
var TimeSpan_js_1 = require("./TimeSpan.js");
|
|
5
|
+
Object.defineProperty(exports, "daysToMilliseconds", { enumerable: true, get: function () { return TimeSpan_js_1.daysToMilliseconds; } });
|
|
6
|
+
Object.defineProperty(exports, "hoursToMilliseconds", { enumerable: true, get: function () { return TimeSpan_js_1.hoursToMilliseconds; } });
|
|
7
|
+
Object.defineProperty(exports, "MILLISECONDS_PER_DAY", { enumerable: true, get: function () { return TimeSpan_js_1.MILLISECONDS_PER_DAY; } });
|
|
8
|
+
Object.defineProperty(exports, "MILLISECONDS_PER_HOUR", { enumerable: true, get: function () { return TimeSpan_js_1.MILLISECONDS_PER_HOUR; } });
|
|
9
|
+
Object.defineProperty(exports, "MILLISECONDS_PER_MINUTE", { enumerable: true, get: function () { return TimeSpan_js_1.MILLISECONDS_PER_MINUTE; } });
|
|
10
|
+
Object.defineProperty(exports, "MILLISECONDS_PER_SECOND", { enumerable: true, get: function () { return TimeSpan_js_1.MILLISECONDS_PER_SECOND; } });
|
|
11
|
+
Object.defineProperty(exports, "minutesToMilliseconds", { enumerable: true, get: function () { return TimeSpan_js_1.minutesToMilliseconds; } });
|
|
12
|
+
Object.defineProperty(exports, "secondsToMilliseconds", { enumerable: true, get: function () { return TimeSpan_js_1.secondsToMilliseconds; } });
|
|
13
|
+
Object.defineProperty(exports, "toMilliseconds", { enumerable: true, get: function () { return TimeSpan_js_1.toMilliseconds; } });
|
|
14
14
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6CAYuB;AAXrB,iHAAA,kBAAkB,OAAA;AAClB,kHAAA,mBAAmB,OAAA;AACnB,mHAAA,oBAAoB,OAAA;AACpB,oHAAA,qBAAqB,OAAA;AACrB,sHAAA,uBAAuB,OAAA;AACvB,sHAAA,uBAAuB,OAAA;AACvB,oHAAA,qBAAqB,OAAA;AACrB,oHAAA,qBAAqB,OAAA;AACrB,6GAAA,cAAc,OAAA"}
|