MCPcopy 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}
170function stringType(item) {
171 return item.toString();
172}
173function dynamicType(item) {
174 var trimed = item.trim();
175 if (trimed === "") {

Callers 1

dynamicTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected