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

Commit

Permalink
Add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Dec 27, 2023
1 parent cf35b30 commit e4f3cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {W} from './w';

export {defaultContext};

interface InferenceResult {
export interface InferenceResult {
resultType: string;
intermediateVariables: Substitution['raw'];
}
Expand Down

0 comments on commit e4f3cfe

Please sign in to comment.