Skip to content

Commit

Permalink
Remove long line
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Apr 12, 2024
1 parent 3fa7e70 commit 531459b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/version.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ export function parse(
version: string | null | undefined,
regex?: RegExp,
): Pep440Version | null;
export function stringify(version: Pep440Version | null | undefined): string | null;
export function stringify(
version: Pep440Version | null | undefined
): string | null;
export function valid(version: string | null | undefined): string | null;

0 comments on commit 531459b

Please sign in to comment.