Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ stripAnsiCode
Function
stripAnsiCode
internal/styles.ts:229–231 ·
view source on GitHub ↗
(string: string)
Source
from the content-addressed store, hash-verified
227
* ```
228
*/
229
export
function
stripAnsiCode(string: string): string {
230
return
string.replace(ANSI_REGEXP,
""
);
231
}
Callers
8
format_test.ts
File · 0.90
assertion_state_test.ts
File · 0.90
assertIsError
Function · 0.90
_assertions_test.ts
File · 0.90
assertIsError
Function · 0.90
added
Function · 0.90
removed
Function · 0.90
assertDiffMessage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected