MCPcopy Create free account
hub / github.com/awslabs/llrt /

Class

types/module.d.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4declare module "module" {
5 import { URL } from "node:url";
6 class Module {
7 constructor(id: string, parent?: Module);
8 }
9 interface Module extends NodeJS.Module {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected