MCPcopy Create free account
hub / github.com/denoland/std / added

Function added

assert/equals_test.ts:26–28  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

24}
25
26function added(s: string): string {
27 return green(bold(stripAnsiCode(s)));
28}
29function removed(s: string): string {
30 return red(bold(stripAnsiCode(s)));
31}

Callers 1

fnFunction · 0.70

Calls 3

greenFunction · 0.90
boldFunction · 0.90
stripAnsiCodeFunction · 0.90

Tested by

no test coverage detected