UNPKG
list-open-files
Version:
latest (1.1.0)
1.1.0
1.0.0
0.0.1
lsof for Node.js but with a modern API
github.com/grantila/list-open-files
grantila/list-open-files
list-open-files
/
dist
/
lib
/
backends
/
lsof
/
index.d.ts
3 lines
(2 loc)
•
139 B
TypeScript
View Raw
1
2
3
import
{
ProcessInfo
}
from
'../../types'
;
export
declare
function
lsof
(
pids
:
Array
<
number
>,
concurrency
:
number
):
Promise
<
ProcessInfo
[]>;