summaryrefslogtreecommitdiff
path: root/preact/src/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'preact/src/constants.js')
-rw-r--r--preact/src/constants.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/preact/src/constants.js b/preact/src/constants.js
new file mode 100644
index 0000000..dddc9a3
--- /dev/null
+++ b/preact/src/constants.js
@@ -0,0 +1,3 @@
+export const EMPTY_OBJ = {};
+export const EMPTY_ARR = [];
+export const IS_NON_DIMENSIONAL = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;