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

Method fromJSON

src/CSVError.ts:8–10  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

6 return new CSVError("unclosed_quote", index, extra);
7 }
8 static fromJSON(obj) {
9 return new CSVError(obj.err, obj.line, obj.extra);
10 }
11 constructor(
12 public err: string,
13 public line: number,

Callers 2

ProcessFork.jsFile · 0.80
initWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected