main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
333 bytes
|
Rev | Line | |
---|
[79a0317] | 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 |
---|
Note:
See
TracBrowser
for help on using the repository browser.