UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

6 lines 199 B
import * as methods from 'dom7'; Object.keys(methods).forEach(function (methodName) { if (methodName === '$') return; methods.$.fn[methodName] = methods[methodName]; }); export default methods.$;