UNPKG

pich1package

Version:

I hope work

8 lines (6 loc) 203 B
var internal_call_counter = 0; function call_count() { ++internal_call_counter; console.log('You have made ' + internal_call_counter + ' call counter'); } module.exports = call_count;