UNPKG

mach

Version:
7 lines (6 loc) 133 B
/** * The default extension for browser environments. */ module.exports = function (mach) { mach.extend(require('./client')); };