UNPKG

node-exec-path

Version:
16 lines (9 loc) 282 B
## 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/)