We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_exist
exists
1 parent 3cfce47 commit 5d63451Copy full SHA for 5d63451
bindings/nodejs/generated.d.ts
@@ -252,7 +252,7 @@ export class Operator {
252
* await op.isExist("test");
253
* ```
254
*/
255
- isExist(path: string): Promise<boolean>
+ exists(path: string): Promise<boolean>
256
/**
257
* Check if this path exists or not synchronously.
258
*
@@ -261,7 +261,7 @@ export class Operator {
261
* op.isExistSync("test");
262
263
264
- isExistSync(path: string): boolean
+ existsSync(path: string): boolean
265
266
* Create dir with a given path.
267
bindings/nodejs/package.json
@@ -58,7 +58,7 @@
58
"prettier": "^2.8.4",
59
"typedoc": "^0.25",
60
"typescript": "^5.0.2",
61
- "vitest": "^1.6.0"
+ "vitest": "^3.0.8"
62
},
63
"engines": {
64
"node": ">= 10"
0 commit comments