UNPKG

msbot

Version:

MSBot command line tool for manipulating Microsoft Bot Framework .bot files

8 lines (7 loc) 190 B
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ export * from './BotConfig'; export * from './schema'; export * from './models';