spincycle
Version:
A reactive message router and object manager that lets clients subscribe to object property changes on the server
8 lines (5 loc) • 318 B
JavaScript
// This exposes the ./dist Javascript file for node libraries.
// It also unwraps the main axs package so Audit and other objects are exposed
// directly in the node library
var library = require('./dist/js/axs_testing'); // eslint-disable-line no-undef
module.exports = library.axs; // eslint-disable-line no-undef