Skip to content

Commit

Permalink
Expose ParsingResult from index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimNil committed Mar 22, 2023
1 parent b3059ad commit d5b507b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { DebugHandler, DebugConsume } from "./debugging";
import * as en from "./locales/en";
import { Chrono, Parser, Refiner } from "./chrono";
import type { ParsingResult } from "./results";

export { en, Chrono, Parser, Refiner };
export { en, Chrono, Parser, Refiner, ParsingResult };

export interface ParsingOption {
/**
Expand Down

0 comments on commit d5b507b

Please sign in to comment.