Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

TypeScript #21

Open
Grawl opened this issue Mar 15, 2023 · 0 comments
Open

TypeScript #21

Grawl opened this issue Mar 15, 2023 · 0 comments

Comments

@Grawl
Copy link

Grawl commented Mar 15, 2023

declare module 'fast-date-parse' {
    export = class FastDateParse {
        constructor(dateFormat: string);
        parse(dateString: string): Date;
    };
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant