* 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
()
| 47 | * @link https://github.com/node-formidable/formidable#filetojson |
| 48 | */ |
| 49 | toJSON(): FileJSON; |
| 50 | |
| 51 | toString(): string; |
| 52 | } |
nothing calls this directly
no outgoing calls
no test coverage detected