Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
nanianlisao and sindresorhus committed Mar 15, 2024
1 parent 4a12b4b commit 8ba6209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ clearLockedPorts();
console.log(await getPort({prot: [3000, 3001, 3002]}));
//=> 3000
```
*/
*/
export function clearLockedPorts(): void;

0 comments on commit 8ba6209

Please sign in to comment.