@promokit/js
Version:
JavaScript SDK for PromoKit marketing infrastructure
7 lines (6 loc) • 353 B
TypeScript
export { PromoClient } from './client';
export { WaitlistAPI } from './apis/waitlist';
export { TestimonialAPI } from './apis/testimonial';
export { ChangelogAPI } from './apis/changelog';
export { PromoError } from './types';
export type { PromoConfig, WaitlistEntry, WaitlistStats, Testimonial, ChangelogEntry, APIResponse, APIError } from './types';