UNPKG

platina-core

Version:

UI Kit of SberMarketing

5 lines (4 loc) 162 B
export const isBrowser = typeof window !== 'undefined'; export function round(number, roundness = 100) { return Math.round(number * roundness) / roundness; }