标签: javascript node.js file
In the web, you can do; new File([], "") and it will return an empty File object. Where can I find the equivalent of this in nodejs?
new File([], "")
File