UNPKG

bontaki-engine

Version:
8 lines (5 loc) 136 B
const Nlp = require("./nlp"); const method = {}; module.exports = function(data) { return new Nlp({ ...data, method: method }); }