UNPKG

@thisisagile/easy-react

Version:

Straightforward library building micro applications in react

8 lines 260 B
// src/utils/Children.ts import { isDefined, toList } from "@thisisagile/easy"; import React from "react"; var toChildren = (children) => toList(React.Children.toArray(children).filter(isDefined)); export { toChildren }; //# sourceMappingURL=Children.mjs.map