include node_modules so release .zip is deployable
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export const getArrayIfSingleItem = (mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray];
|
||||
Reference in New Issue
Block a user