mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
Apply suggestions
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare module "pstree.remy" {
|
||||
export default function psTree(
|
||||
pid: number,
|
||||
callback: (err: Error, kids: Array<{ PID: number }>) => void
|
||||
): void;
|
||||
}
|
||||
Reference in New Issue
Block a user