Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ add4
Interface
add4
TypeScript/StudyTypeScript/src/function.ts:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
/// 接口定义函数
14
interface
add4 {
15
(x: number, y: number): number
16
}
17
18
// add1(1,2,3)
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected