Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keyang/node-csvtojson
/ stringType
Function
stringType
v2/lineToJson.js:170–172 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
168
return
rtn;
169
}
170
function
stringType(item) {
171
return
item.toString();
172
}
173
function
dynamicType(item) {
174
var
trimed = item.trim();
175
if
(trimed ===
""
) {
Callers
1
dynamicType
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected