dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
997 stars 34 forks source link

refactor: remove `$.exists/existsSync(...)` - Use `$.path(...).existsSync()` #99

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

The new path API is much better so this isn't necessary anymore.