UNPKG

electron-devtools-vendor

Version:

<div align="center"> <h2>electron-devtools-vendor</h2> <img alt="MIT" src="https://img.shields.io/github/license/BlackHole1/electron-devtools-vendor?color=9cf&style=flat-square"> <img alt="GitHub repo size" src="https://img.shields.io/github/r

14 lines 342 B
define(["underscore"], function(_) { return ({ time, type, dataKind, name }) => ` <td>${_.escape(time)}</td> <td>${_.escape(type)}</td> <td> ${dataKind !== null ? ` <a class="printData btn btn-link" title="Print ${_.escape(dataKind)} in console">${_.escape(name)}</a> `: ` ${_.escape(name)} `} </td> `; });