MCPcopy 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
26export function stringifyPoint(point: Point) {
27 return point.toString();
28}
29
30export type PointWithExtra = Point & {
31 nonExistent: () => number;

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected