UNPKG

@nzz/q-server

Version:

__Q__ is a system that lets journalists create visual elements for stories. It is developed by [NZZ Storytelling](https://www.nzz.ch/storytelling) and used in the [NZZ](https://www.nzz.ch) newsroom.

8 lines (6 loc) 135 B
module.exports.getServer = function() { return server; }; module.exports.setServer = function(newServer) { server = newServer; };