Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/uri-js/dist/esnext/util.d.ts')
-rw-r--r--assets/node_modules/uri-js/dist/esnext/util.d.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/assets/node_modules/uri-js/dist/esnext/util.d.ts b/assets/node_modules/uri-js/dist/esnext/util.d.ts
deleted file mode 100644
index 8b484cd..0000000
--- a/assets/node_modules/uri-js/dist/esnext/util.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export declare function merge(...sets: Array<string>): string;
-export declare function subexp(str: string): string;
-export declare function typeOf(o: any): string;
-export declare function toUpperCase(str: string): string;
-export declare function toArray(obj: any): Array<any>;
-export declare function assign(target: object, source: any): any;