Files

8 lines
243 B
TypeScript
Raw Permalink Normal View History

2026-03-14 20:41:55 +00:00
import { type Selector } from "./types.js";
/**
* Turns `selector` back into a string.
*
* @param selector Selector to stringify.
*/
export declare function stringify(selector: Selector[][]): string;
//# sourceMappingURL=stringify.d.ts.map