UNPKG

@tsdotnet/date-time

Version:

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/tsdotnet/date-time/blob/master/LICENSE) ![npm-publish](https://github.com/tsdotnet/date-time/workflows/npm-publish/badge.svg) [![npm version](htt

16 lines (13 loc) 272 B
/*! * @author electricessence / https://github.com/electricessence/ * @license MIT */ export default interface ClockTimeValue { hour: number; minute: number; second?: number; millisecond?: number; tick?: number; // eslint-disable-next-line semi }