UNPKG

chargebee

Version:

A library for integrating with Chargebee.

8 lines (7 loc) 347 B
import { CreateChargebee } from './createChargebee.js'; import { FetchHttpClient } from './net/FetchClient.js'; const httpClient = new FetchHttpClient(); const Chargebee = CreateChargebee(httpClient); export default Chargebee; // Export webhook event types export { WebhookEventType, WebhookContentType, } from './resources/webhook/eventType.js';