in source/services/transformer/index.ts [163:165]
function isNumeric(n: any) { return !isNaN(parseFloat(n)) && isFinite(n); }