aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node_modules/undici/types/global-origin.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/undici/types/global-origin.d.ts')
-rw-r--r--node_modules/undici/types/global-origin.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/undici/types/global-origin.d.ts b/node_modules/undici/types/global-origin.d.ts
new file mode 100644
index 0000000..322542d
--- /dev/null
+++ b/node_modules/undici/types/global-origin.d.ts
@@ -0,0 +1,7 @@
+export {
+ setGlobalOrigin,
+ getGlobalOrigin
+}
+
+declare function setGlobalOrigin(origin: string | URL | undefined): void;
+declare function getGlobalOrigin(): URL | undefined; \ No newline at end of file