1
0

Expose fetching from `send function

This commit is contained in:
venashial
2022-06-25 13:23:39 -07:00
parent 6479e94c4f
commit 48d10d701e

View File

@@ -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'