interface ModuleCache {
    code?: string;
    exports?: any;
    promise?: Promise<any>;
}

Properties

code?: string
exports?: any
promise?: Promise<any>

Generated using TypeDoc