UNPKG

ts-py-datetime

Version:

Datetime handling the python way (or as close as possible), now with TypeScript

6 lines (5 loc) 131 B
export declare abstract class base { abstract toString(): string; abstract valueOf(): number; toJSON(): string; }