Searched refs:umaLogTypeToString (Results 1 – 2 of 2) sorted by relevance
14 import {getEventsPeekString, logEventToString, sizeToString, timestampToString, umaLogTypeToString}…185 type.textContent = umaLogTypeToString(log.type);
14 export function umaLogTypeToString(type: string|undefined) { function