UNPKG

candymail

Version:

Email Automation Library for Node.js

3 lines (2 loc) 130 B
export declare const genConnection: () => Promise<void>; export declare const getDB: () => Promise<import("typeorm").Connection>;