Apply suggestions

This commit is contained in:
Chi Vinh Le
2018-07-13 16:07:51 -03:00
parent 07b910d7a3
commit 27334c7bd1
2 changed files with 2 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
declare module "pstree.remy" {
export default function psTree(
pid: number,
callback: (err: Error, kids: Array<{ PID: number }>) => void
): void;
}