D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
css-what
/
lib
/
es
/
Filename :
stringify.d.ts
back
Copy
import { Selector } from "./types"; /** * Turns `selector` back into a string. * * @param selector Selector to stringify. */ export declare function stringify(selector: Selector[][]): string; //# sourceMappingURL=stringify.d.ts.map