From 83354b2b88218090988dd6e526b0a2505b57e0f1 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Thu, 6 Apr 2023 22:18:28 +0200 Subject: Updated 5 files and added 1110 files (automated) --- .../addressbook/node_modules/css-what/lib/es/stringify.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 includes/external/addressbook/node_modules/css-what/lib/es/stringify.d.ts (limited to 'includes/external/addressbook/node_modules/css-what/lib/es/stringify.d.ts') diff --git a/includes/external/addressbook/node_modules/css-what/lib/es/stringify.d.ts b/includes/external/addressbook/node_modules/css-what/lib/es/stringify.d.ts new file mode 100644 index 0000000..2883b0c --- /dev/null +++ b/includes/external/addressbook/node_modules/css-what/lib/es/stringify.d.ts @@ -0,0 +1,8 @@ +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 \ No newline at end of file -- cgit