export const exists = (v) => typeof v !== 'undefined'; export const round = (x) => +(Math.round(x * 1e2) + 'e-2');
info at phpclasses dot org