UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

4 lines (3 loc) 238 B
export declare function formatDateForChangelog(now: Date): string; export declare function parseChangelog(changelogDate: string): Date; export declare const parseCreationTimestamp: (creationTimestampOption: string) => number | undefined;