Skip to content

Instantly share code, notes, and snippets.

@Unitech
Created August 30, 2018 16:06
Show Gist options
  • Save Unitech/66bd50431b8908ecf16b55eefb6e9c5e to your computer and use it in GitHub Desktop.
Save Unitech/66bd50431b8908ecf16b55eefb6e9c5e to your computer and use it in GitHub Desktop.
"use strict";
module.exports= {
meter: function() {},
metric: function() {
return {
set: function() {}
}
},
action: function() {},
histogram:function() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment