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