UNPKG

http-teapot-comment

Version:

A comment system for your website

8 lines (6 loc) 130 B
var User = function (attributes) { for (attr in attributes) { this[attr] = attributes[attr]; } }; module.exports = User;