UNPKG

@nielse63/exec

Version:
3 lines (2 loc) 89 B
declare const exec: (cmd: string, options?: {}) => Promise<string>; export default exec;