@kui-shell/core
Version:
An Electron-based shell for cloud-native development
7 lines (6 loc) • 309 B
TypeScript
import { LanguageBearing } from '../../models/execOptions';
/**
* Pretty print a timestamp
*
*/
export declare const prettyPrintTime: (timestamp: Date | string | number, fmt?: 'delta' | 'long' | 'short' | 'narrow', previousTimestamp?: Date | string | number, execOptions?: LanguageBearing) => HTMLElement;