Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keyang/node-csvtojson
/ trimRight
Function
trimRight
src/util.ts:30–32 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
28
return
str.trimStart();
29
}
30
export
const
trimRight =
function
trimRightNative(str: string) {
31
return
str.trimEnd();
32
}
Callers
2
toCSVRow
Method · 0.90
isQuoteClose
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected