UNPKG

@atlaskit/tree

Version:

A React Component for displaying expandable and sortable tree hierarchies

5 lines 282 B
export const noop = () => { }; export const range = (n) => Array.from({ length: n }, (v, i) => i); export const between = (min, max, number) => Math.min(max, Math.max(min, number)); export const oneOf = (a, b) => (typeof a !== 'undefined' ? a : b); //# sourceMappingURL=handy.js.map