@rickard.antonsson/ts-utility 2.1.0 → 2.1.1
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/build/index.d.ts +1 -0
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -5,3 +5,4 @@ export { memoize } from './functions/time/memoize';
|
|
|
5
5
|
export { multiSort, ASC, DESC, sortBy } from './functions/array/multi-sort';
|
|
6
6
|
export { times } from './functions/other/times';
|
|
7
7
|
export { AnyFn, AnyObject, DeepPartial, DeepPartialOrFn, Fn, NoExtras, } from './types';
|
|
8
|
+
export { createElement } from './functions/other/create-element';
|
package/build/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.times = exports.sortBy = exports.DESC = exports.ASC = exports.multiSort = exports.memoize = exports.groupBy = exports.deepPartialSet = exports.debounce = void 0;
|
|
3
|
+
exports.createElement = exports.times = exports.sortBy = exports.DESC = exports.ASC = exports.multiSort = exports.memoize = exports.groupBy = exports.deepPartialSet = exports.debounce = void 0;
|
|
4
4
|
var debounce_1 = require("./functions/time/debounce");
|
|
5
5
|
Object.defineProperty(exports, "debounce", { enumerable: true, get: function () { return debounce_1.debounce; } });
|
|
6
6
|
var deep_partial_set_1 = require("./functions/other/deep-partial-set");
|
|
@@ -16,4 +16,6 @@ Object.defineProperty(exports, "DESC", { enumerable: true, get: function () { re
|
|
|
16
16
|
Object.defineProperty(exports, "sortBy", { enumerable: true, get: function () { return multi_sort_1.sortBy; } });
|
|
17
17
|
var times_1 = require("./functions/other/times");
|
|
18
18
|
Object.defineProperty(exports, "times", { enumerable: true, get: function () { return times_1.times; } });
|
|
19
|
+
var create_element_1 = require("./functions/other/create-element");
|
|
20
|
+
Object.defineProperty(exports, "createElement", { enumerable: true, get: function () { return create_element_1.createElement; } });
|
|
19
21
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,sDAAmD;AAA3C,oGAAA,QAAQ,OAAA;AAChB,uEAAkE;AAA1D,kHAAA,cAAc,OAAA;AACtB,uDAAmD;AAA3C,mGAAA,OAAO,OAAA;AACf,oDAAiD;AAAzC,kGAAA,OAAO,OAAA;AACf,2DAA0E;AAAlE,uGAAA,SAAS,OAAA;AAAE,iGAAA,GAAG,OAAA;AAAE,kGAAA,IAAI,OAAA;AAAE,oGAAA,MAAM,OAAA;AACpC,iDAA8C;AAAtC,8FAAA,KAAK,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,sDAAmD;AAA3C,oGAAA,QAAQ,OAAA;AAChB,uEAAkE;AAA1D,kHAAA,cAAc,OAAA;AACtB,uDAAmD;AAA3C,mGAAA,OAAO,OAAA;AACf,oDAAiD;AAAzC,kGAAA,OAAO,OAAA;AACf,2DAA0E;AAAlE,uGAAA,SAAS,OAAA;AAAE,iGAAA,GAAG,OAAA;AAAE,kGAAA,IAAI,OAAA;AAAE,oGAAA,MAAM,OAAA;AACpC,iDAA8C;AAAtC,8FAAA,KAAK,OAAA;AASb,mEAA+D;AAAvD,+GAAA,aAAa,OAAA"}
|