UNPKG

@visx/hierarchy

Version:
11 lines (10 loc) 330 B
"use strict"; exports.__esModule = true; exports.default = setNumberOrNumberAccessor; /** * This is a workaround for TypeScript not inferring the correct * method overload/signature for some d3 shape methods. */ function setNumberOrNumberAccessor(func, value) { if (typeof value === 'number') func(value);else func(value); }