close
Close the file
class TextFile { async close(): Promise<void>;}Parameters
close does not have any parameters.
Returns
close returns a Promise which is resolved when the operation has succeded.
Close the file
class TextFile { async close(): Promise<void>;}close does not have any parameters.
close returns a Promise which is resolved when the operation has succeded.