mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
fixed
jsurl/jsurl-tests.ts(16,7): error TS7017: Index signature of object type implicitly has an 'any' type.
This commit is contained in:
Vendored
+4
@@ -3,6 +3,10 @@
|
||||
// Definitions by: Alexey Gorshkov <https://github.com/agorshkov23>
|
||||
// Definitions: https://github.com/agorshkov23/DefinitelyTyped
|
||||
|
||||
interface UrlQuery {
|
||||
clear: () => void;
|
||||
}
|
||||
|
||||
declare class Url<T> {
|
||||
constructor();
|
||||
constructor(url: string);
|
||||
|
||||
Reference in New Issue
Block a user