James Lafferty

Results 1 issues of James Lafferty

I'm consuming command-exists as follows (only relevant code included): ```typescript import commandExists from 'command-exists'; import { promisify } from 'util'; const doesCommandExist = promisify(commandExists); const configure = async () =>...