tinylibs / tinyexec

📟 A tiny, higher level interface around child_process
MIT License
100 stars 1 forks source link

chore: switch the exports around #16

Closed 43081j closed 2 months ago

43081j commented 2 months ago

Switches the types to be first in the list so some tools will resolve it correctly.

Note this shouldn't really matter for TS itself since it will correctly infer the types.