stringify.d.ts 235 B

12345678
  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