UNPKG

@mrii/react-table-builder

Version:
10 lines (7 loc) 173 B
'use strict'; const omitNil = (value, toReturn)=>{ if (value == null) return '-'; return toReturn; }; exports.omitNil = omitNil; //# sourceMappingURL=index.js.map