We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96274f commit 620e0f3Copy full SHA for 620e0f3
src/constants.js
@@ -18,5 +18,3 @@ export const NULL = null;
18
export const UNDEFINED = undefined;
19
export const EMPTY_OBJ = /** @type {any} */ ({});
20
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