Skip to content

Commit 1791162

Browse files
🤖 dprint fmt
1 parent af126dc commit 1791162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/node/module.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ declare module "module" {
133133
function findPackageJSON(
134134
specifier: string | URL,
135135
base?: string | URL,
136-
): undefined | string
136+
): undefined | string;
137137
/**
138138
* @since v18.6.0, v16.17.0
139139
*/
@@ -699,4 +699,4 @@ declare module "module" {
699699
declare module "node:module" {
700700
import module = require("module");
701701
export = module;
702-
}
702+
}

0 commit comments

Comments
 (0)