49c8731a707bc3bf24c01e21b1418464ba7c9ae198b050179ba18674de8319aabdf4323d55b6f6101d67a72512aaf2056731b041e2e07e1ce2766e33937ae5 333 B

12345678910
  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