UNPKG

183 BJavaScriptView Raw
1import setup from './setup.js'; // Add polyfills
2import ons from './ons/index.js'; // External dependency, always hoisted
3
4setup(ons); // Setup initial listeners
5
6export default ons;