Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose ParsingResult from index.ts #508

Merged
merged 1 commit into from
Mar 25, 2023

Conversation

JoakimNil
Copy link
Contributor

This is a very minor change as it's only a type export. One example where I have needed it is when adding a custom refiner:

...
const chronoStrict = chrono.strict.clone();
chronoStrict.refiners.push({refine: (_context, results: Array<ParsingResult>) => results.filter(res => !refineExp.test(res.text))});

@wanasit wanasit merged commit b2b4637 into wanasit:master Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants