UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

3 lines (2 loc) 82 B
const join = (...args) => args.filter((x) => !!x).join(' '); export default join;