Skip to content

Commit

Permalink
chore: move symbols to top
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday authored Nov 1, 2024
1 parent 2e0b969 commit 747d7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"use strict";

const _isArray = Array.isArray;

const _iterator = Symbol.iterator;
const _asyncIterator = Symbol.asyncIterator;

const _isArray = Array.isArray;

const escapeRegExp = /["&'<=>]/g;

const escapeFunction = (string) => {
Expand Down

0 comments on commit 747d7ae

Please # to comment.