framework/js/dist-typings/common/helpers/fullTime.d.ts

7 lines
191 B
TypeScript
Raw Normal View History

import type Mithril from 'mithril';
/**
* The `fullTime` helper displays a formatted time string wrapped in a <time>
* tag.
*/
export default function fullTime(time: Date): Mithril.Vnode;