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 version](https://img.shields.io/npm/v/@tsdotnet/date-time.svg?style=flat-square)](https://www.npmjs

15 lines (11 loc) 326 B
/*! * @author electricessence / https://github.com/electricessence/ * @license MIT */ import CalendarDate from './CalendarDate.js'; import ClockTimeValue from './ClockTimeValue.js'; export default interface TimeStampValue extends CalendarDate, Partial<ClockTimeValue> { // eslint-disable-next-line semi }