DIR : /home/kozerus/public_html/cropex/node/node_modules/d3-format/src/formatNumerals.js

/home/kozerus/public_html/cropex/node/node_modules/d3-format/src

export default function(numerals) {
  return function(value) {
    return value.replace(/[0-9]/g, function(i) {
      return numerals[+i];
    });
  };
}
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer