UNPKG

d2b

Version:

A d3-based reusable chart library.

8 lines (6 loc) 244 B
// Work around for JavaScripts ||= operator. Only undefined will be construed as falsy. export default function (...args) { const truthy = v => v !== undefined; const val = args.filter(truthy)[0]; return truthy(val) ? val : undefined; }