Skip to content

Commit a81bf53

Browse files
committed
fix: remove unused singularize import from matching.ts
1 parent 650d12e commit a81bf53

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/inflekt/src/matching.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* across those boundaries instead of duplicating fuzzy-match logic in every consumer.
1010
*/
1111

12-
import { singularize } from './pluralize';
13-
1412
/**
1513
* Normalize a name for case-insensitive, delimiter-insensitive comparison.
1614
* Strips underscores and lowercases.

0 commit comments

Comments
 (0)