We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ffd53 commit a017f6cCopy full SHA for a017f6c
index.js
@@ -3,10 +3,10 @@
3
const {
4
ArrayPrototypeForEach,
5
ArrayPrototypeIncludes,
6
- ArrayPrototypeShift,
7
- ArrayPrototypeSlice,
8
ArrayPrototypePush,
9
ArrayPrototypePushApply,
+ ArrayPrototypeShift,
+ ArrayPrototypeSlice,
10
ArrayPrototypeUnshiftApply,
11
ObjectEntries,
12
ObjectPrototypeHasOwnProperty: ObjectHasOwn,
@@ -17,10 +17,10 @@ const {
17
18
19
validateArray,
20
+ validateBoolean,
21
validateObject,
22
validateString,
23
validateUnion,
- validateBoolean,
24
} = require('./validators');
25
26
0 commit comments