mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
import psList from "ps-list";
|
|
|
|
export const getProcesses = async () => {
|
|
return psList();
|
|
};
|