Skip to content

Commit 3de95b7

Browse files
committed
Revert "Remove constant"
This reverts commit 6b8bfa2.
1 parent f2265a9 commit 3de95b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ export const NULL = null;
1818
export const UNDEFINED = undefined;
1919
export const EMPTY_OBJ = /** @type {any} */ ({});
2020
export const EMPTY_ARR = [];
21+
export const IS_NON_DIMENSIONAL =
22+
/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;

0 commit comments

Comments
 (0)