UNPKG

@email-service/email-service

Version:

email-service is a versatile npm package designed to simplify the integration and standardization of email communications across multiple Email Service Providers (ESPs).

3 lines (2 loc) 128 B
import { StandardError } from "../types/error.type.js"; export declare function errorManagement(error: unknown): StandardError;