@girders-elements/core
Version:
Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.
18 lines (6 loc) • 325 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:true});exports.ArrayZipper=undefined;var _zipper=require('./zipper');
var ArrayZipper=exports.ArrayZipper=(0,_zipper.makeZipper)(
function(arr){return!!arr.length;},
function(arr){return arr;},
function(_,children){return children;});exports.default=
ArrayZipper;