From 48d10d701e8b27cf5b5a7bbf161f93de819772fe Mon Sep 17 00:00:00 2001 From: venashial Date: Sat, 25 Jun 2022 13:23:39 -0700 Subject: [PATCH] Expose `fetching` from `send function --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index d0b4517a..061db6e6 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -2,4 +2,4 @@ export { ago } from './ago' export { Permissions } from './permissions' export { formatVersions, getPrimary, downloadUrl } from './versions' export { markdown, markdownInline } from './parse' -export { send } from './send' +export { send, fetching } from './send'