Home Reference Source

src/utils/index.js

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