Skip to content

Commit

Permalink
style: sort imported routines (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored May 23, 2022
1 parent a2ffd53 commit a017f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
const {
ArrayPrototypeForEach,
ArrayPrototypeIncludes,
ArrayPrototypeShift,
ArrayPrototypeSlice,
ArrayPrototypePush,
ArrayPrototypePushApply,
ArrayPrototypeShift,
ArrayPrototypeSlice,
ArrayPrototypeUnshiftApply,
ObjectEntries,
ObjectPrototypeHasOwnProperty: ObjectHasOwn,
Expand All @@ -17,10 +17,10 @@ const {

const {
validateArray,
validateBoolean,
validateObject,
validateString,
validateUnion,
validateBoolean,
} = require('./validators');

const {
Expand Down

0 comments on commit a017f6c

Please sign in to comment.