Skip to content

Commit

Permalink
chore: rebuild and format
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Feb 20, 2023
1 parent 57a9cd9 commit e14a3d0
Show file tree
Hide file tree
Showing 8 changed files with 503 additions and 503 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ convert('npm install squirrelly', 'yarn')
/**
* Converts between npm and yarn command
*/
export default function convert(str: string, to: 'npm' | 'yarn' | 'pnpm'): string;
export default function convert (str: string, to: 'npm' | 'yarn' | 'pnpm'): string
```

## ✔️ Tests
Expand Down
Loading

0 comments on commit e14a3d0

Please sign in to comment.