UNPKG

forms-reactive

Version:

Reactive Form Web Component

9 lines (7 loc) 268 B
/*! * (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 }; //# sourceMappingURL=index-51ff1772.js.map