eTech-Source / universal-fs

Allows a client or server to access the file system in the current codebase or a different one.
https://www.universal-fs.etech.network
Other
2 stars 0 forks source link

Implement existsSync functionality #23

Closed eTech-Source closed 1 month ago

eTech-Source commented 1 month ago

Why

existsSync is an essential node:fs function. Additionally it will be the first synchronous method in universal-fs.

How

Simply call existsSync in the same way you would with node:fs.

When

In version 1.3