index6.js 225 B

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