dce-reactkit 5.0.4 → 5.0.5
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/cjs/index.js +4 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/index.d.ts +2 -2
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/index.ts +2 -0
package/dist/cjs/index.js
CHANGED
|
@@ -14917,6 +14917,10 @@ Object.defineProperty(exports, 'getLocalTimeInfo', {
|
|
|
14917
14917
|
enumerable: true,
|
|
14918
14918
|
get: function () { return dceCommonkit.getLocalTimeInfo; }
|
|
14919
14919
|
});
|
|
14920
|
+
Object.defineProperty(exports, 'getMondayOfTimestamp', {
|
|
14921
|
+
enumerable: true,
|
|
14922
|
+
get: function () { return dceCommonkit.getMondayOfTimestamp; }
|
|
14923
|
+
});
|
|
14920
14924
|
Object.defineProperty(exports, 'getMonthName', {
|
|
14921
14925
|
enumerable: true,
|
|
14922
14926
|
get: function () { return dceCommonkit.getMonthName; }
|