UNPKG

tggl-client

Version:

Tggl Typescript SDK for client and server

7 lines (6 loc) 402 B
export type { TgglFlagValue, TgglFlags, TgglFlagSlug, TgglContext, TgglConfig, TgglClientOptions, TgglLocalClientOptions, TgglReportingOptions, } from './types'; export { TgglResponse } from './TgglResponse'; export { TgglClient } from './TgglClient'; export { TgglLocalClient } from './TgglLocalClient'; export { TgglReporting } from './TgglReporting'; export { apiCall as tgglApi } from './apiCall';