UNPKG

botbuilder-adapter-slack

Version:
14 lines (12 loc) 326 B
/** * @module botbuilder-adapter-slack */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './slack_adapter'; export * from './slack_dialog'; export * from './messagetype_middleware'; export * from './slackevent_middleware'; export * from './botworker';