/*! * (C) Ionic http://ionicframework.com - MIT License */ const win = typeof window !== 'undefined' ? window : undefined; const doc = typeof document !== 'undefined' ? document : undefined; export { doc as d, win as w };