README
node-tym
A utility module that allows you to easily time and report to statsd your synchronous and asynchronous node operations durations.
Easily report to statsd how long your operations take
<script type="module">
import tym from 'https://cdn.skypack.dev/tym';
</script>
A utility module that allows you to easily time and report to statsd your synchronous and asynchronous node operations durations.