Tim van der Lippe | 706ec96 | 2021-06-04 13:24:42 +0100 | [diff] [blame^] | 1 | import { Selector } from "./parse"; |
2 | /** | ||||
3 | * Turns `selector` back into a string. | ||||
4 | * | ||||
5 | * @param selector Selector to stringify. | ||||
6 | */ | ||||
7 | export default function stringify(selector: Selector[][]): string; | ||||
8 | //# sourceMappingURL=stringify.d.ts.map |