UNPKG

ts-py-datetime

Version:

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

6 lines (5 loc) 80 B
export class base { toJSON() { return this.toString(); } }