From c3c85bd788a51b1446a90ebf27a1450332883ed1 Mon Sep 17 00:00:00 2001 From: George Lima Date: Tue, 29 Jan 2019 19:57:35 -0300 Subject: [PATCH] type(processExists): add process-exists typedefs --- flow-custom-typedefs/process-exists.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 flow-custom-typedefs/process-exists.js diff --git a/flow-custom-typedefs/process-exists.js b/flow-custom-typedefs/process-exists.js new file mode 100644 index 0000000..9007873 --- /dev/null +++ b/flow-custom-typedefs/process-exists.js @@ -0,0 +1,3 @@ +declare module 'process-exists' { + declare module.exports: string => Promise; +}