happy-opfs • Docs
happy-opfs / ExistsOptions
Options to determine the existence of a file or directory.
Property | Type | Default value | Description | Defined in |
---|---|---|---|---|
isDirectory? |
boolean |
false |
Whether to check for the existence of a directory. | fs/defines.ts:54 |
isFile? |
boolean |
false |
Whether to check for the existence of a file. | fs/defines.ts:60 |