## node-exec-path

Helpers for node executable paths

### Example 1

```typescript
import { satisfiesSemverSync } from "node-exec-path";

const execPath = satisfiesSemverSync(">=18.0"); // path or null
```

### Documentation

[API Docs](https://kmalakoff.github.io/node-exec-path/)
