validateSmtpTransport(transport: unknown): transport is ISmtpTransport
Validates that an injected object matches ISmtpTransport.
transport is ISmtpTransport
true when the shape is valid
validateSmtpTransport(transport: unknown): transport is ISmtpTransport
Validates that an injected object matches ISmtpTransport.
transport is ISmtpTransport
true when the shape is valid
import { validateSmtpTransport } from "mail-plugin/src/index.ts";