import { makeModule } from '../common'
import * as request from './request'
/**
* 카카오톡 채널 플러그인과 관련된 함수들이 포함되어 있습니다.
* @namespace Channel
* @memberof Kakao
*/
const Channel = makeModule([
request,
])
/**
* 카카오톡 채널과 관련된 리소스를 해제합니다.
* @function cleanup
* @memberof Kakao.Channel
*/
export default Channel