dsherret / dax

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

feat: add `TemplateExpr` type #259

Closed dsherret closed 2 months ago

dsherret commented 2 months ago

Since dax accepts any object with a toString() method, that essentially means it accepts any object. So, this is essentially just a documentation change while also not allowing the undefined or null types.

Closes #254