UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

7 lines 192 B
declare interface Date { toFormattedString(picture: string): string; toUTC(): Date; toLocal(): Date; substractDays(days: number): Date; } //# sourceMappingURL=date.ext.d.ts.map