UNPKG

r-layout

Version:

Layout made simple. Screw CSS!

11 lines (10 loc) 223 B
'use strict'; module.exports = { toArray: function(children) { var childs = children; if (!Array.isArray(children)) { childs = [children]; } return childs; } };