You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
333 B

3 months ago
  1. import type { InternalSelector } from "./types";
  2. /**
  3. * Sort the parts of the passed selector,
  4. * as there is potential for optimization
  5. * (some types of selectors are faster than others)
  6. *
  7. * @param arr Selector to sort
  8. */
  9. export default function sortByProcedure(arr: InternalSelector[]): void;
  10. //# sourceMappingURL=sort.d.ts.map