UNPKG
ooafs
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.2
0.1.1
0.1.0
Type-safe Object-Oriented Async FileSystem
github.com/edgarogh/ooafs
edgarogh/ooafs
ooafs
/
dist
/
EntryType.d.ts
7 lines
(6 loc)
•
102 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
enum
EntryType
{
FILE
=
1
,
DIRECTORY
=
2
,
UNKNOWN
=
3
}
export
default
EntryType
;