MCPcopy
hub / github.com/basarat/typescript-book / foo

Function foo

code/types/functions.ts:9–9  ·  view source on GitHub ↗
(sampleParameter: { bar: number })

Source from the content-addressed store, hash-verified

7
8 // function parameter
9 function foo(sampleParameter: { bar: number }) { }
10}
11
12namespace returnType {

Callers 1

functions.tsFile · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected