serina
Version:
Natural Language Parser for date and time in Javascript
22 lines (21 loc) • 496 B
TypeScript
declare const TIME: {
WITH_FILLER_WORDS: string;
ANY: string;
FORMAT_NORMAL: string;
FORMAT_RELATIVE: string;
RELATIVE_TIME_FILLER_WORDS: string;
HOUR_PART: string;
MINUTE_PART: string;
DIVIDER: string;
MERIDIEM: string;
AM: string;
PM: string;
TO: string;
PAST: string;
HALF: string;
QUARTER: string;
VERBAL_QUANTIFIERS: string;
MINUTE_IDENTIFIER: string;
FILLER_WORDS: string;
};
export default TIME;