es-toolkit 1.43.0-dev.1714 → 1.43.0-dev.1716
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/predicate/index.d.mts +1 -1
- package/dist/predicate/index.d.ts +1 -1
- package/dist/predicate/index.js +2 -2
- package/dist/predicate/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -135,8 +135,8 @@ export { isMap } from './predicate/isMap.mjs';
|
|
|
135
135
|
export { isNil } from './predicate/isNil.mjs';
|
|
136
136
|
export { isNode } from './predicate/isNode.mjs';
|
|
137
137
|
export { isNotNil } from './predicate/isNotNil.mjs';
|
|
138
|
-
export { isNumber } from './predicate/isNumber.mjs';
|
|
139
138
|
export { isNull } from './predicate/isNull.mjs';
|
|
139
|
+
export { isNumber } from './predicate/isNumber.mjs';
|
|
140
140
|
export { isPlainObject } from './predicate/isPlainObject.mjs';
|
|
141
141
|
export { isPrimitive } from './predicate/isPrimitive.mjs';
|
|
142
142
|
export { isPromise } from './predicate/isPromise.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -135,8 +135,8 @@ export { isMap } from './predicate/isMap.js';
|
|
|
135
135
|
export { isNil } from './predicate/isNil.js';
|
|
136
136
|
export { isNode } from './predicate/isNode.js';
|
|
137
137
|
export { isNotNil } from './predicate/isNotNil.js';
|
|
138
|
-
export { isNumber } from './predicate/isNumber.js';
|
|
139
138
|
export { isNull } from './predicate/isNull.js';
|
|
139
|
+
export { isNumber } from './predicate/isNumber.js';
|
|
140
140
|
export { isPlainObject } from './predicate/isPlainObject.js';
|
|
141
141
|
export { isPrimitive } from './predicate/isPrimitive.js';
|
|
142
142
|
export { isPromise } from './predicate/isPromise.js';
|
package/dist/index.js
CHANGED
|
@@ -139,8 +139,8 @@ const isMap = require('./predicate/isMap.js');
|
|
|
139
139
|
const isNil = require('./predicate/isNil.js');
|
|
140
140
|
const isNode = require('./predicate/isNode.js');
|
|
141
141
|
const isNotNil = require('./predicate/isNotNil.js');
|
|
142
|
-
const isNumber = require('./predicate/isNumber.js');
|
|
143
142
|
const isNull = require('./predicate/isNull.js');
|
|
143
|
+
const isNumber = require('./predicate/isNumber.js');
|
|
144
144
|
const isPlainObject = require('./predicate/isPlainObject.js');
|
|
145
145
|
const isPrimitive = require('./predicate/isPrimitive.js');
|
|
146
146
|
const isPromise = require('./predicate/isPromise.js');
|
|
@@ -323,8 +323,8 @@ exports.isMap = isMap.isMap;
|
|
|
323
323
|
exports.isNil = isNil.isNil;
|
|
324
324
|
exports.isNode = isNode.isNode;
|
|
325
325
|
exports.isNotNil = isNotNil.isNotNil;
|
|
326
|
-
exports.isNumber = isNumber.isNumber;
|
|
327
326
|
exports.isNull = isNull.isNull;
|
|
327
|
+
exports.isNumber = isNumber.isNumber;
|
|
328
328
|
exports.isPlainObject = isPlainObject.isPlainObject;
|
|
329
329
|
exports.isPrimitive = isPrimitive.isPrimitive;
|
|
330
330
|
exports.isPromise = isPromise.isPromise;
|
package/dist/index.mjs
CHANGED
|
@@ -135,8 +135,8 @@ export { isMap } from './predicate/isMap.mjs';
|
|
|
135
135
|
export { isNil } from './predicate/isNil.mjs';
|
|
136
136
|
export { isNode } from './predicate/isNode.mjs';
|
|
137
137
|
export { isNotNil } from './predicate/isNotNil.mjs';
|
|
138
|
-
export { isNumber } from './predicate/isNumber.mjs';
|
|
139
138
|
export { isNull } from './predicate/isNull.mjs';
|
|
139
|
+
export { isNumber } from './predicate/isNumber.mjs';
|
|
140
140
|
export { isPlainObject } from './predicate/isPlainObject.mjs';
|
|
141
141
|
export { isPrimitive } from './predicate/isPrimitive.mjs';
|
|
142
142
|
export { isPromise } from './predicate/isPromise.mjs';
|
|
@@ -16,8 +16,8 @@ export { isMap } from './isMap.mjs';
|
|
|
16
16
|
export { isNil } from './isNil.mjs';
|
|
17
17
|
export { isNode } from './isNode.mjs';
|
|
18
18
|
export { isNotNil } from './isNotNil.mjs';
|
|
19
|
-
export { isNumber } from './isNumber.mjs';
|
|
20
19
|
export { isNull } from './isNull.mjs';
|
|
20
|
+
export { isNumber } from './isNumber.mjs';
|
|
21
21
|
export { isPlainObject } from './isPlainObject.mjs';
|
|
22
22
|
export { isPrimitive } from './isPrimitive.mjs';
|
|
23
23
|
export { isPromise } from './isPromise.mjs';
|
|
@@ -16,8 +16,8 @@ export { isMap } from './isMap.js';
|
|
|
16
16
|
export { isNil } from './isNil.js';
|
|
17
17
|
export { isNode } from './isNode.js';
|
|
18
18
|
export { isNotNil } from './isNotNil.js';
|
|
19
|
-
export { isNumber } from './isNumber.js';
|
|
20
19
|
export { isNull } from './isNull.js';
|
|
20
|
+
export { isNumber } from './isNumber.js';
|
|
21
21
|
export { isPlainObject } from './isPlainObject.js';
|
|
22
22
|
export { isPrimitive } from './isPrimitive.js';
|
|
23
23
|
export { isPromise } from './isPromise.js';
|
package/dist/predicate/index.js
CHANGED
|
@@ -20,8 +20,8 @@ const isMap = require('./isMap.js');
|
|
|
20
20
|
const isNil = require('./isNil.js');
|
|
21
21
|
const isNode = require('./isNode.js');
|
|
22
22
|
const isNotNil = require('./isNotNil.js');
|
|
23
|
-
const isNumber = require('./isNumber.js');
|
|
24
23
|
const isNull = require('./isNull.js');
|
|
24
|
+
const isNumber = require('./isNumber.js');
|
|
25
25
|
const isPlainObject = require('./isPlainObject.js');
|
|
26
26
|
const isPrimitive = require('./isPrimitive.js');
|
|
27
27
|
const isPromise = require('./isPromise.js');
|
|
@@ -56,8 +56,8 @@ exports.isMap = isMap.isMap;
|
|
|
56
56
|
exports.isNil = isNil.isNil;
|
|
57
57
|
exports.isNode = isNode.isNode;
|
|
58
58
|
exports.isNotNil = isNotNil.isNotNil;
|
|
59
|
-
exports.isNumber = isNumber.isNumber;
|
|
60
59
|
exports.isNull = isNull.isNull;
|
|
60
|
+
exports.isNumber = isNumber.isNumber;
|
|
61
61
|
exports.isPlainObject = isPlainObject.isPlainObject;
|
|
62
62
|
exports.isPrimitive = isPrimitive.isPrimitive;
|
|
63
63
|
exports.isPromise = isPromise.isPromise;
|
package/dist/predicate/index.mjs
CHANGED
|
@@ -16,8 +16,8 @@ export { isMap } from './isMap.mjs';
|
|
|
16
16
|
export { isNil } from './isNil.mjs';
|
|
17
17
|
export { isNode } from './isNode.mjs';
|
|
18
18
|
export { isNotNil } from './isNotNil.mjs';
|
|
19
|
-
export { isNumber } from './isNumber.mjs';
|
|
20
19
|
export { isNull } from './isNull.mjs';
|
|
20
|
+
export { isNumber } from './isNumber.mjs';
|
|
21
21
|
export { isPlainObject } from './isPlainObject.mjs';
|
|
22
22
|
export { isPrimitive } from './isPrimitive.mjs';
|
|
23
23
|
export { isPromise } from './isPromise.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
|
-
"version": "1.43.0-dev.
|
|
3
|
+
"version": "1.43.0-dev.1716+9a9b24e3",
|
|
4
4
|
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
|
5
5
|
"homepage": "https://es-toolkit.dev",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|