UNPKG

185 BTypeScriptView Raw
1import { LocalTime } from '@js-joda/core';
2interface TimeOfDay {
3 time: string;
4 timeOfDay: string;
5}
6export declare function getTimeOfDay(time: LocalTime): TimeOfDay;
7export {};