Newer
Older
alert / js / node_modules / flarum / common / helpers / fullTime.d.ts
@Réz István Réz István on 18 Nov 2021 191 bytes first commit
import * as Mithril from 'mithril';
/**
 * The `fullTime` helper displays a formatted time string wrapped in a <time>
 * tag.
 */
export default function fullTime(time: Date): Mithril.Vnode;