sindresorhus / ky

🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API
MIT License
13.62k stars 363 forks source link

importing index.ts in readme.md deno example #499

Closed guy-borderless closed 1 year ago

guy-borderless commented 1 year ago

for deno I think it's better to use the more idiomatic index.ts export from https://deno.land

sindresorhus commented 1 year ago

Did you test that this works?