From 953ddd82e48dd206cef5ac94456549aed13b3ad5 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 17 Nov 2023 23:25:29 +0100 Subject: Updated 30 files and deleted 2976 files (automated) --- .../addressbook/node_modules/css-select/lib/esm/attributes.d.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 includes/external/addressbook/node_modules/css-select/lib/esm/attributes.d.ts (limited to 'includes/external/addressbook/node_modules/css-select/lib/esm/attributes.d.ts') diff --git a/includes/external/addressbook/node_modules/css-select/lib/esm/attributes.d.ts b/includes/external/addressbook/node_modules/css-select/lib/esm/attributes.d.ts deleted file mode 100644 index 27b60a5..0000000 --- a/includes/external/addressbook/node_modules/css-select/lib/esm/attributes.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import type { CompiledQuery, InternalOptions } from "./types.js"; -import type { AttributeSelector, AttributeAction } from "css-what"; -/** - * Attribute selectors - */ -export declare const attributeRules: Record(next: CompiledQuery, data: AttributeSelector, options: InternalOptions) => CompiledQuery>; -//# sourceMappingURL=attributes.d.ts.map \ No newline at end of file -- cgit