UNPKG

box-ui-elements

Version:
8 lines (7 loc) 159 B
/** * Gets the size in words * * @param {number} value in bytes * @return {string} size in words */ export default function size(value?: number): string;