aboutsummaryrefslogtreecommitdiff
path: root/node_modules/pretty-error/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/pretty-error/index.d.ts')
-rw-r--r--node_modules/pretty-error/index.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/pretty-error/index.d.ts b/node_modules/pretty-error/index.d.ts
index 04249c9dd..a2f4446ba 100644
--- a/node_modules/pretty-error/index.d.ts
+++ b/node_modules/pretty-error/index.d.ts
@@ -1,8 +1,8 @@
declare module 'pretty-error' {
namespace PrettyError {
- function start();
- function stop();
+ function start(): any;
+ function stop(): any;
class ParsedError {
constructor( error:Error );