UNPKG

node-nlp

Version:

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

6 lines (4 loc) 102 B
'use strict'; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); };