UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

7 lines 219 B
// eslint-disable-next-line import * as methods from 'dom7'; Object.keys(methods).forEach(methodName => { if (methodName === '$') return; methods.$.fn[methodName] = methods[methodName]; }); export default methods.$;