Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
css-what
/
lib
/
commonjs
/
stringify.d.ts
blob: 2883b0c32cff0ebe51caca567bd8d54bda0e840b [
file
] [
log
] [
blame
]
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