nodejs / import-in-the-middle

Like `require-in-the-middle`, but for ESM import
https://www.npmjs.com/package/import-in-the-middle
Apache License 2.0
52 stars 20 forks source link

fix: Named export `Hook` missing from types #92

Closed timfish closed 3 weeks ago

timfish commented 1 month ago

In #88 I added a named Hook export but forgot to update the TypeScript types!

AbhiPrasad commented 1 month ago

Would be nice to get a TS e2e test!