/** * @module WebAPI * @description Intermediary export file for webapi. Export [AbstractWebAPI]{@link AbstractWebAPI} and all web api messages from [WebAPIMessages]{@link module:WebAPI/Messages}. * * @author [Tristan Valcke]{@link https://github.com/Itee} * @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause} */ export * from './WebAPI' export * from './messages/_messages'