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 f2265a9 commit 3de95b7Copy full SHA for 3de95b7
src/constants.js
@@ -18,3 +18,5 @@ 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