compare-by-depth.mjs 126 Bytes Edit Raw Blame History Permalink 1 2 3 4 const compareByDepth = (a, b) => a.depth - b.depth; export { compareByDepth }; //# sourceMappingURL=compare-by-depth.mjs.map