UNPKG

kui-shell

Version:

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

3 lines (2 loc) 239 B
import { LanguageBearing } from '../../models/execOptions'; export declare const prettyPrintTime: (timestamp: string | number | Date, fmt?: string, previousTimestamp?: string | number | Date, execOptions?: LanguageBearing) => HTMLElement;