Node TAP
    Preparing search index...

    Type Alias CorrectModule

    CorrectModule: Omit<Module, "require"> & {
        load(id: string): void;
        require(id: string): any;
    }

    Export of the Module class, but with the require() and load() methods exposed.