diff options
Diffstat (limited to 'types')
| -rw-r--r-- | types/ext/script-manager.d.ts | 1 | ||||
| -rw-r--r-- | types/test/dom-text-scanner.d.ts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/types/ext/script-manager.d.ts b/types/ext/script-manager.d.ts index c82fa9cb..57b9ee06 100644 --- a/types/ext/script-manager.d.ts +++ b/types/ext/script-manager.d.ts @@ -53,4 +53,3 @@ export type ContentScriptInjectionDetails = { js?: string[]; urlRegex: RegExp | null; }; - diff --git a/types/test/dom-text-scanner.d.ts b/types/test/dom-text-scanner.d.ts index 362a7eb5..988cb690 100644 --- a/types/test/dom-text-scanner.d.ts +++ b/types/test/dom-text-scanner.d.ts @@ -29,4 +29,3 @@ export type TestData = { remainder?: number; }; }; - |