artdaq_node_server  v1_00_08
 All Classes Namespaces Files Variables Pages
toIterator.js
1 
19 function wrapperToIterator() {
20  return this;
21 }
22 
23 module.exports = wrapperToIterator;