strong-remotingnext
Version:
StrongLoop Remoting Module
12 lines (9 loc) • 362 B
JavaScript
// Copyright IBM Corp. 2013,2016. All Rights Reserved.
// Node module: strong-remoting
// This file is licensed under the Artistic License 2.0.
// License text available at https://opensource.org/licenses/Artistic-2.0
/**
* remotes ~ public api
*/
module.exports = require('./lib/remote-objects');
module.exports.SharedClass = require('./lib/shared-class');