MCPcopy Create free account
hub / github.com/Keyang/node-csvtojson / trimLeft

Function trimLeft

src/util.ts:27–29  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

25}
26
27export const trimLeft = function trimLeftNative(str: string) {
28 return str.trimStart();
29}
30export const trimRight = function trimRightNative(str: string) {
31 return str.trimEnd();
32}

Callers 2

toCSVRowMethod · 0.90
processCSVMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected