MCPcopy Index your code
hub / github.com/Keyang/node-csvtojson / Message

Interface Message

v2/ProcessFork.d.ts:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 process(chunk: Buffer): Promise<ProcessLineResult[]>;
20}
21export interface Message {
22 cmd: string;
23}
24export interface InitMessage extends Message {
25 params: any;
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected