Skip to content

Commit e14a3d0

Browse files
committed
chore: rebuild and format
1 parent 57a9cd9 commit e14a3d0

8 files changed

+503
-503
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ convert('npm install squirrelly', 'yarn')
4444
/**
4545
* Converts between npm and yarn command
4646
*/
47-
export default function convert(str: string, to: 'npm' | 'yarn' | 'pnpm'): string;
47+
export default function convert (str: string, to: 'npm' | 'yarn' | 'pnpm'): string
4848
```
4949

5050
## ✔️ Tests

0 commit comments

Comments
 (0)