aboutsummaryrefslogtreecommitdiff
path: root/types/dev
diff options
context:
space:
mode:
Diffstat (limited to 'types/dev')
-rw-r--r--types/dev/vm.d.ts21
1 files changed, 0 insertions, 21 deletions
diff --git a/types/dev/vm.d.ts b/types/dev/vm.d.ts
index f103de97..3eb0949f 100644
--- a/types/dev/vm.d.ts
+++ b/types/dev/vm.d.ts
@@ -17,27 +17,6 @@
import type * as Translation from '../ext/translation';
-export type PseudoURL = {
- hash: string;
- host: string;
- hostname: string;
- href: string;
- toString(): string;
- origin: string;
- password: string;
- pathname: string;
- port: string;
- protocol: string;
- search: string;
- searchParams: URLSearchParams;
- username: string;
- toJSON(): string;
-};
-
-export type VMAssert = {
- deepStrictEqual: (actual: unknown, expected: unknown) => void;
-};
-
export type PseudoChrome = {
runtime: {
getURL(path: string): string;