Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ stringifyPoint
Function
stringifyPoint
testing/_test_utils.ts:26–28 ·
view source on GitHub ↗
(point: Point)
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
stringifyPoint(point: Point) {
27
return
point.toString();
28
}
29
30
export
type
PointWithExtra = Point & {
31
nonExistent: () => number;
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected