hydra/src/main/helpers/ps.ts

5 lines
95 B
TypeScript

import psList from "ps-list";
export const getProcesses = async () => {
return psList();
};