ts-py-datetime
Version:
Datetime handling the python way (or as close as possible), now with TypeScript
8 lines (7 loc) • 344 B
TypeScript
import { timedelta } from '../classes';
/** The most negative timedelta object */
export declare const min: timedelta;
/** The most positive timedelta object */
export declare const max: timedelta;
/** The smallest possible difference between non-equal timedelta, datetime, or time objects */
export declare const resolution: timedelta;