denoland / node_shims

npm packages providing shims for the Deno namespace and other globals. Useful for running Deno-first programs on Node.
MIT License
149 stars 29 forks source link

fix: Deno.consoleSize should handle if stdout is piped #166

Closed dsherret closed 9 months ago

dsherret commented 9 months ago

Addition to https://github.com/denoland/node_shims/pull/165