UNPKG

dmn-processor

Version:

Evaluation of DMN 1.3 decision tables, limited to S-FEEL (Simple Friendly Enough Expression Language)

9 lines (6 loc) 158 B
/* * ©2018 HBT Hamburger Berater Team GmbH * All Rights Reserved. */ const defined = (y) => y !== null && y !== undefined; module.exports = { defined };