UNPKG

@ionic/core

Version:
11 lines (8 loc) 247 B
/*! * (C) Ionic http://ionicframework.com - MIT License */ 'use strict'; const win = typeof window !== 'undefined' ? window : undefined; const doc = typeof document !== 'undefined' ? document : undefined; exports.doc = doc; exports.win = win;