1.1.6 • Published 6 months ago

@types/ps-tree v1.1.6

Weekly downloads
12,148
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/ps-tree

Summary

This package contains type definitions for ps-tree (https://github.com/indexzero/ps-tree).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ps-tree.

index.d.ts

// Type definitions for ps-tree 1.1
// Project: https://github.com/indexzero/ps-tree
// Definitions by: Alessio Paccoia <https://github.com/alessiopcc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.7

declare namespace ps_tree {
    interface PS {
        COMMAND: string;
        PPID: string;
        PID: string;
        STAT: string;
    }

    const prototype: {
    };
}

declare function ps_tree(pid: number, callback: (error: Error | null, children: ReadonlyArray<ps_tree.PS>) => void): void;

export as namespace ps_tree;
export = ps_tree;

Additional Details

  • Last updated: Thu, 16 Dec 2021 22:32:05 GMT
  • Dependencies: none
  • Global values: ps_tree

Credits

These definitions were written by Alessio Paccoia.

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

7 months ago

1.1.3

8 months ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

6 years ago