ts-prune
ts-prune copied to clipboard
[Feature] factor into cli+lib
Describe the Feature
Instead of running ts-prune
and processing its stdout
in shell script, I'd like to invoke its main function from my own typescript script.
As a workaround, I can redirect its stdout
to a temp file and read and process that from typescript.
Stale issue message