From ae34dcfd3823a609ba7182f2d6eda593be876f7d Mon Sep 17 00:00:00 2001 From: Arman Shah Date: Mon, 19 Feb 2018 23:50:04 -0800 Subject: add base files --- node_modules/ajv/lib/compile/schema_obj.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 node_modules/ajv/lib/compile/schema_obj.js (limited to 'node_modules/ajv/lib/compile/schema_obj.js') diff --git a/node_modules/ajv/lib/compile/schema_obj.js b/node_modules/ajv/lib/compile/schema_obj.js new file mode 100644 index 0000000..e7903b0 --- /dev/null +++ b/node_modules/ajv/lib/compile/schema_obj.js @@ -0,0 +1,9 @@ +'use strict'; + +var util = require('./util'); + +module.exports = SchemaObject; + +function SchemaObject(obj) { + util.copy(obj, this); +} -- cgit v1.2.3