index-c8d52405.js 247 B

12345678910
  1. /*!
  2. * (C) Ionic http://ionicframework.com - MIT License
  3. */
  4. 'use strict';
  5. const win = typeof window !== 'undefined' ? window : undefined;
  6. const doc = typeof document !== 'undefined' ? document : undefined;
  7. exports.doc = doc;
  8. exports.win = win;