fixes based on review comments by @ioedeveloper
parent
cb7b23d230
commit
7ca2554e9e
@ -1,9 +0,0 @@ |
|||||||
declare const _exports: { |
|
||||||
state: {}; |
|
||||||
put({ api, name }: { |
|
||||||
api: any; |
|
||||||
name: any; |
|
||||||
}): any; |
|
||||||
get(name: any): any; |
|
||||||
}; |
|
||||||
export = _exports; |
|
@ -1,5 +1,5 @@ |
|||||||
export = QueryParams; |
export = QueryParams; |
||||||
declare function QueryParams(_window: any): void; |
// declare function QueryParams(_window: any): void;
|
||||||
declare class QueryParams { |
declare class QueryParams { |
||||||
constructor(_window: any); |
constructor(_window: any); |
||||||
get: () => {}; |
get: () => {}; |
Loading…
Reference in new issue