UNPKG

book-picker

Version:

<p align="center"> <img width="409" height="331" src="https://raw.githubusercontent.com/ymxk/book-picker/master/book-picker.gif"> </p>

7 lines (6 loc) 174 B
import moment from 'moment'; export declare class HoursOfDay { start: moment.Moment; end: moment.Moment; constructor(start: moment.Moment, end: moment.Moment); }