MCPcopy Create free account
hub / github.com/bridge-codes/bridge / toJSON

Method toJSON

packages/bridge/source/utilities/formidable.ts:49–49  ·  view source on GitHub ↗

* This method returns a JSON-representation of the file, allowing you to JSON.stringify() the * file which is useful for logging and responding to requests. * * @link https://github.com/node-formidable/formidable#filetojson

()

Source from the content-addressed store, hash-verified

47 * @link https://github.com/node-formidable/formidable#filetojson
48 */
49 toJSON(): FileJSON;
50
51 toString(): string;
52}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected