UNPKG
@awo00/smb2
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.4.8
0.4.7
0.4.3
0.4.2
A SMB2 implementation in TypeScript
github.com/awo00/smb2
awo00/smb2
@awo00/smb2
/
dist
/
protocol
/
smb2
/
ShareAccessType.d.ts
7 lines
(6 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
enum
ShareAccessType
{
Read
=
1
,
Write
=
2
,
Delete
=
4
}
export
default
ShareAccessType
;