UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

10 lines (6 loc) 133 B
'use strict'; var util = require('./util'); module.exports = SchemaObject; function SchemaObject(obj) { util.copy(obj, this); }