type(processExists): add process-exists typedefs

This commit is contained in:
George Lima 2019-01-29 19:57:35 -03:00
parent 0f6cf7fe71
commit c3c85bd788
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
declare module 'process-exists' {
declare module.exports: string => Promise<boolean>;
}