UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

10 lines (8 loc) 187 B
function formatNumerals(numerals) { return function(value) { return value.replace(/[0-9]/g, function(i) { return numerals[+i]; }); }; } export { formatNumerals as f };