UNPKG

@mrii/react-table-builder

Version:
8 lines (6 loc) 152 B
const omitNil = (value, toReturn)=>{ if (value == null) return '-'; return toReturn; }; export { omitNil }; //# sourceMappingURL=index.mjs.map