UNPKG

node-nlp

Version:

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

6 lines (5 loc) 93 B
export function Locale(config) { if (config != null) { this.set(config); } }