@sequencemedia/lsof
Version:
Get a list of open files in a convenient structure
16 lines (11 loc) • 322 B
text/typescript
export {
getLsof
} from './src/2/common.mjs'
export {
default as toSet
} from './src/2/to-set.mjs'
export {
default as toArray
} from './src/2/to-array.mjs'
export function getLsofSet (): Promise<Set<Map<string, string | number>>>
export function getLsofArray (): Promise<Array<Record<string, string | number>>>