Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 30, 2024
1 parent a3ff1a1 commit b7f8973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ will cover most scenarios, this library focuses on the file system operations.
Example:

```ts
import { exists, find } from "@cross/fs/stat";
import { exists, find, hash, which } from "@cross/fs/stat";

// Check if my/file exists
console.log(await exists("my/file"));
Expand Down

0 comments on commit b7f8973

Please sign in to comment.