Skip to content

Commit

Permalink
remove vestigial code
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Jul 15, 2024
1 parent b6112c3 commit 6beb46a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions types/ext/language-transformer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,3 @@ export type SuffixRule<TCondition extends string> = {
conditionsIn: TCondition[];
conditionsOut: TCondition[];
};

export type InflectionBase<TCondition extends string> = (
inflected: string,
deinflected: string,
conditionsIn: TCondition[],
conditionsOut: TCondition[]
) => Rule<TCondition>;

export type SuffixInflectionBase<TCondition extends string> = (
inflected: string,
deinflected: string,
conditionsIn: TCondition[],
conditionsOut: TCondition[]
) => SuffixRule<TCondition>;

0 comments on commit 6beb46a

Please sign in to comment.