UNPKG

nodes-ui

Version:
7 lines 101 B
function evalDataOptions(str) { try { return eval( '(' + str + ')' ) } catch(e) { throw e; } }