src/utilities/index.js
import prependClass from './prependClass';
import getJquery from './getJquery';
import hasScrollBar from './hasScrollBar';
import getScrollBarWidth from './getScrollBarWidth';
import addStyles from './addStyles';
import * as checkBreakPoint from './checkBreakPoint/index';
import addToWindow from './addToWindow';
export {
prependClass,
getJquery,
hasScrollBar,
getScrollBarWidth,
addStyles,
checkBreakPoint,
addToWindow,
};