UNPKG

bottender

Version:

A framework for building conversational user interfaces.

9 lines 531 B
export { default as Bot } from './bot/Bot'; export { default as Context } from './context/Context'; export { default as chain } from './chain'; export { default as withProps } from './withProps'; export { default as MemoryCacheStore } from './cache/MemoryCacheStore'; export { default as CacheBasedSessionStore } from './session/CacheBasedSessionStore'; export { default as MemorySessionStore } from './session/MemorySessionStore'; export { default as withTyping } from './plugins/withTyping'; //# sourceMappingURL=browser.d.ts.map