UNPKG

forms-reactive

Version:

Reactive Form Web Component

12 lines (9 loc) 290 B
'use strict'; /*! * (C) Ionic http://ionicframework.com - MIT License */ const win = typeof window !== 'undefined' ? window : undefined; const doc = typeof document !== 'undefined' ? document : undefined; exports.doc = doc; exports.win = win; //# sourceMappingURL=index-a370c7e1.js.map