We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85de4d commit 6e954b7Copy full SHA for 6e954b7
packages/optimizely-sdk/lib/plugins/error_handler/index.js renamed to packages/optimizely-sdk/lib/plugins/error_handler/index.ts
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright 2016, 2020, Optimizely
+ * Copyright 2016, 2020-2021, Optimizely
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
17
18
* Default error handler implementation
19
*/
20
-export var handleError = function() {
+export function handleError(): void {
21
// no-op
22
}
23
0 commit comments