artdaq_node_server  v1_00_09
 All Classes Namespaces Files Variables Pages
_hashClear.js
1 var nativeCreate = require('./_nativeCreate');
2 
10 function hashClear() {
11  this.__data__ = nativeCreate ? nativeCreate(null) : {};
12  this.size = 0;
13 }
14 
15 module.exports = hashClear;