We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3230e commit 2d6150fCopy full SHA for 2d6150f
src/modules/files.ts
@@ -1,5 +1,5 @@
1
-import { join } from "path";
2
import { readFile } from "fs/promises";
+import { join } from "path";
3
4
import { assertPathLike, assertString } from "@/assertions/literal";
5
import { Routes } from "@/lib/routes";
@@ -76,7 +76,6 @@ export class FilesModule {
76
* Edits an existing file (same as create)
77
*
78
* @param file - The file content
79
- * @param fileName - The file name with extension
80
* @param path - The absolute file path
81
*/
82
async edit(file: string | Buffer, path = "/") {
0 commit comments