UNPKG

serina

Version:

Natural Language Parser for date and time in Javascript

3 lines (2 loc) 154 B
export declare function getValidMatch(text: string, pattern: string): string; export declare function weekdayAndTimeToDateObj(matchingText: any): Date;