Commit 7ca2554e authored by joseph izang's avatar joseph izang

fixes based on review comments by @ioedeveloper

parent cb7b23d2
declare const _exports: {
state: {};
put({ api, name }: {
api: any;
name: any;
}): any;
get(name: any): any;
};
export = _exports;
export = QueryParams;
declare function QueryParams(_window: any): void;
// declare function QueryParams(_window: any): void;
declare class QueryParams {
constructor(_window: any);
constructor(_window: any);
get: () => {};
update: (params: any) => void;
}
......@@ -234,7 +234,6 @@
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"browserify-reload": "^1.0.3",
"chromedriver": "^92.0.1",
"component-type": "^1.2.1",
"copy-to-clipboard": "^3.3.1",
"csjs-inject": "^1.0.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment