UNPKG

create-bar-project

Version:

This module helps create a base for web application projects.

4 lines (3 loc) 184 B
export { darkerColor, lighterColor } from './DakrenLighten'; export { getMaxMobileSize, getMinDesktopSize } from './MediaSizes'; export { default as bindEvent } from './BindEvent';