mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
6 lines
81 B
Python
6 lines
81 B
Python
import shutil
|
|
|
|
|
|
def is_available() -> bool:
|
|
return bool(shutil.which('npm'))
|