src/utils/index.js
import * as FormioUtils from './utils';
if (typeof global === 'object') {
  global.FormioUtils = FormioUtils;
}
export default FormioUtils;
    
  
    
import * as FormioUtils from './utils';
if (typeof global === 'object') {
  global.FormioUtils = FormioUtils;
}
export default FormioUtils;