Creates a new file at the specified file path.
The path where the file should be created.
const filePath = "path/to/file";await createFile(filePath); Copy
const filePath = "path/to/file";await createFile(filePath);
Generated using TypeDoc
Creates a new file at the specified file path.