Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/request"

Index

Functions

Const getAttachmentOptions

  • getAttachmentOptions(item: any): { contentType?: string; filename?: string; knownLength?: number }
  • Parameters

    • item: any

    Returns { contentType?: string; filename?: string; knownLength?: number }

    • Optional contentType?: string
    • Optional filename?: string
    • Optional knownLength?: number

Const isStream

  • isStream(attachment: any): boolean

Generated using TypeDoc