Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ stripCrlf
Function
stripCrlf
packages/effect/src/internal/encoding/base64.ts:77–77 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
75
76
/** @internal */
77
export
const
stripCrlf = (str: string) => str.replace(/[\n\r]/g,
""
)
78
79
/** @internal */
80
function
getBase64Code(charCode: number) {
Callers
1
decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…