10 lines
268 B
TypeScript
10 lines
268 B
TypeScript
// Type definitions for mailgo
|
|
// Project: mailgo
|
|
// Definitions by: Matteo Manzinello <https://matteomanzinello.com>
|
|
|
|
export as namespace Mailgo;
|
|
|
|
/*~ If this module has methods, declare them as functions like so.
|
|
*/
|
|
export function mailgo(mailgoConfig: any): void;
|