UNPKG

mach

Version:
8 lines (7 loc) 147 B
"use strict"; /** * The default extension for browser environments. */ module.exports = function (mach) { mach.extend(require("./client")); };