UNPKG

91 BJavaScriptView Raw
1import { DataFormat } from './enums';
2
3export default {
4 dataFormat: DataFormat.AUTO
5};