UNPKG

create-bar-project

Version:

This module helps create a base for web application projects.

5 lines (4 loc) 249 B
export { default as getDirection } from './GetDirection'; export { isBrowser } from './IsBrowser'; export { default as isNullOrUndefined } from './IsNullOrUndefined'; export { clearStorageItem, getStorageItem, setStorageItem } from './Storage';