MCPcopy
hub / github.com/webpack/webpack / increment

Function increment

examples/harmony/increment.js:2–4  ·  examples/harmony/increment.js::increment
(val)

Source from the content-addressed store, hash-verified

1import { add } from class="st">'./math';
2export function increment(val) {
3 return add(val, 1);
4};

Callers

nothing calls this directly

Calls 1

addFunction · 0.90

Tested by

no test coverage detected