MCPcopy Index your code
hub / github.com/developit/microbundle / two

Function two

test/fixtures/basic-dashed-external/src/two.js:1–3  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

1export async function two(...args) {
2 return args.reduce((total, value) => total + value, 0);
3}

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected