Forgot a few minor things about packaging for use inside other projects 😀. Should be good now though.

This commit is contained in:
Alan Bridgeman 2024-10-14 17:51:59 -05:00
parent 08f2127864
commit cae75db4e5
2 changed files with 16 additions and 1 deletions

15
src/index.ts Normal file
View file

@ -0,0 +1,15 @@
import { API, APICredentials } from './API';
import { Campaign } from './Campaign';
import { Template } from './Template';
import { Subscriber } from './Subscriber';
import { List } from './List';
export {
API,
APICredentials,
Campaign,
Template,
Subscriber,
List
}