UNPKG

235 BTypeScriptView Raw
1import { Selector } from "./parse";
2/**
3 * Turns `selector` back into a string.
4 *
5 * @param selector Selector to stringify.
6 */
7export default function stringify(selector: Selector[][]): string;
8//# sourceMappingURL=stringify.d.ts.map
\No newline at end of file