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.

7 lines
235 B

1 month ago
  1. import { Selector } from "./types";
  2. /**
  3. * Turns `selector` back into a string.
  4. *
  5. * @param selector Selector to stringify.
  6. */
  7. export declare function stringify(selector: Selector[][]): string;
  8. //# sourceMappingURL=stringify.d.ts.map