writeTempFile
writeTempFile(
content,options?):Promise<string>
Defined in: file/temp.ts:7
Parameters
Section titled “Parameters”content
Section titled “content”string | Buffer<ArrayBufferLike>
options?
Section titled “options?”filename?
Section titled “filename?”string
format?
Section titled “format?”string
persist?
Section titled “persist?”boolean
Returns
Section titled “Returns”Promise<string>