js-trace

0.1.1 • Public • Published

js-trace

import trace from './jstrace';
 
function add(x, y) {
  return x + y;
}
 
trace(add)(1, 2);

Output:

Calling function: add
Input(s):
0: 1
1: 2
Output:
3

Readme

Keywords

Package Sidebar

Install

npm i js-trace

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • diasbruno