UNPKG

yinxing

Version:
7 lines (5 loc) 96 B
export let methodCalled = 0; export function add(x, y) { methodCalled++; return x+y; }