Skip to content

Commit

Permalink
feat: inflection keys
Browse files Browse the repository at this point in the history
  • Loading branch information
slikts committed Jul 19, 2020
1 parent 557ae78 commit 1bbe464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as decline, Declension } from "./decline";
export { default as inflect } from "./inflect";
export { default as inflect, caseKeys as inflections } from "./inflect";
export { default as palatalize } from "./palatalize";
export { default as countSyllables } from "./countSyllables";
export * from "./util";
Expand Down
2 changes: 1 addition & 1 deletion src/inflect.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Suffixes = (
vocative,
});

const caseKeys = [
export const caseKeys = [
"nominative",
"genitive",
"dative",
Expand Down

0 comments on commit 1bbe464

Please sign in to comment.