UNPKG

camunda-modeler

Version:

Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io

10 lines (6 loc) 192 B
'use strict'; function getWarnings(lastImport) { var warnings = lastImport && lastImport.warnings; return warnings && warnings.length ? warnings : null; } module.exports = getWarnings;