8 lines
209 B
TypeScript
8 lines
209 B
TypeScript
// Type definitions for mailgo
|
|
// Project: mailgo
|
|
// Definitions by: Matteo Manzinello <https://matteomanzinello.com>
|
|
|
|
export as namespace Mailgo;
|
|
|
|
export function mailgo(mailgoConfig: any | undefined): void;
|