UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

9 lines (8 loc) 266 B
// eslint-disable-next-line @typescript-eslint/no-unused-vars const main = ({ which = 'overall', typecov }) => ({ schemaVersion: 1, label: `typecov ${which}`, message: typecov[which].percentage.toFixed(0) + '%', namedLogo: 'TypeScript', color: 'orange' })