UNPKG

reqack

Version:

elastic logic circuit tools

6 lines (4 loc) 129 B
'use strict'; module.exports = n => (typeof n.label === 'object') ? n.label.name || '{ }' : (n.label || '').toString();