Skip to content

Commit

Permalink
fix: remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Aug 10, 2023
1 parent 9b29d5a commit 60a790a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ await spaceSlug([], {
- [verb](#gear-verb)
- [animal](#gear-animal)
- [cosmos](#gear-cosmos)
- [starwars](#gear-starwars)

### :gear: defaultWords

Expand Down Expand Up @@ -199,12 +198,6 @@ await spaceSlug([], {
| ---------- | ---------- |
| `cosmos` | `(count?: number, _words?: string[]) => (options: SpaceSlugOptions) => Set<string>` |

### :gear: starwars

| Constant | Type |
| ---------- | ---------- |
| `starwars` | `(count?: number, _words?: string[]) => (options: SpaceSlugOptions) => Set<string>` |



<!-- TSDOC_END -->
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ export const animal = word('animals');

export const cosmos = word('cosmos');

export const starwars = word('starwars');

// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const digits = (count?: number) => (options: SpaceSlugOptions) => {
const set = new Set<string>();
Expand Down

0 comments on commit 60a790a

Please sign in to comment.