FLUJOS/VISUALIZACION/node_modules/css-what/lib/stringify.d.ts
2025-11-07 00:06:12 +01:00

3 lines
No EOL
139 B
TypeScript
Executable file

import { Selector } from "./parse";
export default function stringify(token: Selector[][]): string;
//# sourceMappingURL=stringify.d.ts.map