Urara-Blog/node_modules/.pnpm-store/v3/files/ac/49c8731a707bc3bf24c01e21b1418464ba7c9ae198b050179ba18674de8319aabdf4323d55b6f6101d67a72512aaf2056731b041e2e07e1ce2766e33937ae5
2022-08-14 01:14:53 +08:00

10 lines
No EOL
333 B
Text

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