UNPKG

@types/node-os-utils

Version:
4 lines (2 loc) 135 B
export function exec(command: string): () => Promise<string>; export function wrapExec(command: string): () => () => Promise<string>;