mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
node: allow to augment class Module (#41571)
Add empty namespace Module to allow to augment static side of class Module.
This commit is contained in:
parent
5101bd7b8a
commit
5d72d52865
1
types/node/module.d.ts
vendored
1
types/node/module.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
declare module "module" {
|
||||
import { URL } from "url";
|
||||
namespace Module {}
|
||||
interface Module extends NodeModule {}
|
||||
class Module {
|
||||
static runMain(): void;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user