Skip to content

Commit

Permalink
fix: relax TypeScript checks
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
nodkz committed Nov 30, 2018
1 parent 17e6742 commit 1e6c4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inclineRules.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type DeclentionStrT =
| 'prepositional'
| DeclentionT;

export type DeclentionModsT = [string, string, string, string, string] | [];
export type DeclentionModsT = [string, string, string, string, string];

export type DeclensionRuleT = {
gender: GenderStrT | GenderConstT | null;
Expand Down

0 comments on commit 1e6c4fe

Please sign in to comment.