MCPcopy 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 */
77export const stripCrlf = (str: string) => str.replace(/[\n\r]/g, "")
78
79/** @internal */
80function getBase64Code(charCode: number) {

Callers 1

decodeFunction · 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…