diff --git a/types/node/module.d.ts b/types/node/module.d.ts index a9d7baa2e4..4fbfbbb459 100644 --- a/types/node/module.d.ts +++ b/types/node/module.d.ts @@ -1,5 +1,6 @@ declare module "module" { import { URL } from "url"; + namespace Module {} interface Module extends NodeModule {} class Module { static runMain(): void;