Searched defs:getByteWithUnit (Results 1 – 4 of 4) sorted by relevance
199 public static getByteWithUnit(bytes: number): string { method in Utils
384 export let getByteWithUnit = (bytes: number): string => { property in LogicHandler