UNPKG

@miguel-cagide/smb2

Version:

A SMB2 implementation in TypeScript

10 lines (9 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Response { constructor(header = {}, body = {}) { this.header = header; this.body = body; } } exports.default = Response;