UNPKG

@awo00/smb2

Version:

A SMB2 implementation in TypeScript

6 lines (5 loc) 130 B
import StructureField from "./StructureField"; type Structure = { [key: string]: StructureField; }; export default Structure;