UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

7 lines (6 loc) 257 B
import { Moment } from 'moment'; /** * Sets milliseconds, seconds, minutes and hours of the provided Moment object to 0 * @param date object that we want to clear time information from */ export declare function clearTimeInformation(date: Moment): void;