Files
bearhub/bauh/gems/web/npm.py

6 lines
81 B
Python

import shutil
def is_available() -> bool:
return bool(shutil.which('npm'))