tsdjs / tsd

Check TypeScript type definitions
MIT License
2.36k stars 68 forks source link

Export formatter #179

Closed tommy-mitchell closed 1 year ago

tommy-mitchell commented 1 year ago

Closes #147.

With #165 changing the formatter, it makes more sense to provide our formatter so that programmatic users can prettify their output, too.

tsd is still the default export, but the formatter can be imported like so:

import tsd, {formatter} from 'tsd';
tommy-mitchell commented 1 year ago

Force pushed because my local wasn't up to date with main.