UNPKG

math_example_sriggall

Version:

An example of creating a package

9 lines (7 loc) 190 B
var internal_call_counter = 0; function count_call() { ++_internal_call_counter; console.log('You have made ' + internal_call_counter + ' calls!'); } module.exports = count_call;