Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 743 Bytes

ExistsOptions.md

File metadata and controls

16 lines (10 loc) · 743 Bytes

happy-opfsDocs


happy-opfs / ExistsOptions

Interface: ExistsOptions

Options to determine the existence of a file or directory.

Properties

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