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 f34d078 commit 55ebf9cCopy full SHA for 55ebf9c
README.md
@@ -40,26 +40,30 @@ console.log(exists) // => true
40
41
## API
42
43
-### existsFile(file, [cb])
+### existsFile(filepath, [cb])
44
45
-#### file
+#### filepath
46
47
*Required* <br>
48
Type: `string`
49
50
+The relative or absolute file path.
51
+
52
#### cb
53
54
Type: `function`
55
56
If `cb` is not provided then it returns a `promise`.
57
-### existsFile.sync(file)
58
+### existsFile.sync(filepath)
59
60
61
62
63
64
65
66
67
## License
68
69
MIT © [Kiko Beats](https://www.kikobeats.com)
0 commit comments