UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

13 lines (8 loc) 214 B
/** * Created by rburson on 8/28/17. */ import {Log, LogLevel} from '../catavolt' Log.logLevel(LogLevel.DEBUG); export * from '../catavolt' export * from './ws/ws.test' export * from './integration/api.test'