k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame
133 Bytes
'use strict';
var util = require('./util');
module.exports = SchemaObject;
function SchemaObject(obj) {
util.copy(obj, this);
}