UNPKG

node-smb-server

Version:

A Pure JavaScript SMB Server Implementation

14 lines (7 loc) 157 B
function BodyParser() { } BodyParser.prototype.json = function () { }; BodyParser.prototype.urlencoded = function () { }; module.exports = BodyParser;