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