UNPKG

wheelhouse-model

Version:

A wheelhouse library to prevent duplicate saves from client and server

10 lines (7 loc) 207 B
'use strict'; var model = require('./mutual.js') module.exports = model.extend({ // we know we're on the client because browserify will look at the package.json _isClient: true , _isServer: false })