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