diff options
Diffstat (limited to 'src/node/stats.js')
-rw-r--r-- | src/node/stats.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/node/stats.js b/src/node/stats.js new file mode 100644 index 00000000..24efaf4a --- /dev/null +++ b/src/node/stats.js @@ -0,0 +1,3 @@ +var measured = require('measured') + +module.exports = measured.createCollection();
\ No newline at end of file |