UNPKG

@sequencemedia/lsof

Version:

Get a list of open files in a convenient structure

16 lines (11 loc) 334 B
export { getLsof } from './src/1/common.mjs' export { default as toSet } from './src/1/to-set.mjs' export { default as toArray } from './src/1/to-array.mjs' export function getLsofSet (): Promise<Set<Set<Map<string, string | number>>>> export function getLsofArray (): Promise<Array<Array<Record<string, string | number>>>>