go on with typescript and export

This commit is contained in:
Matteo Manzinello
2020-04-24 21:51:34 +02:00
parent 5058578a7a
commit 176fadd60a
6 changed files with 1475 additions and 2407 deletions

4
index.d.ts vendored
View File

@@ -4,6 +4,4 @@
export as namespace Mailgo;
/*~ If this module has methods, declare them as functions like so.
*/
export function mailgo(mailgoConfig: any): void;
export function mailgo(mailgoConfig: any | undefined): void;