Skip to content

Commit

Permalink
feat: export send options (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 authored Sep 13, 2024
1 parent 372e8eb commit 27ce4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/abstract-send/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ export async function send (request: IncomingMessage, requestPath: string, optio
}

export { isUtf8MimeType, mime } from './mime'
export type { SendOptions } from './options'
export type { DirectorySendResult, ErrorSendResult, FileSendResult, SendResult } from './types'

0 comments on commit 27ce4d9

Please sign in to comment.