| Server IP : 159.203.156.69 / Your IP : 216.73.216.179 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/unenv/dist/runtime/node/ |
Upload File : |
// https://nodejs.org/api/module.html
import type nodeModule from "node:module";
export declare const _cache: unknown;
export declare const _extensions: {};
export declare const createRequire: unknown;
export declare const getCompileCacheDir: typeof nodeModule.getCompileCacheDir;
export declare const enableCompileCache: typeof nodeModule.enableCompileCache;
export declare const constants: typeof nodeModule.constants;
// prettier-ignore
export declare const builtinModules: typeof nodeModule.builtinModules;
export declare const isBuiltin: typeof nodeModule.isBuiltin;
export declare const runMain: typeof nodeModule.runMain;
export declare const register: typeof nodeModule.register;
export declare const syncBuiltinESMExports: typeof nodeModule.syncBuiltinESMExports;
export declare const findSourceMap: typeof nodeModule.findSourceMap;
export declare const flushCompileCache: typeof nodeModule.flushCompileCache;
export declare const wrap: typeof nodeModule.wrap;
export declare const wrapper: unknown;
export declare const stripTypeScriptTypes: typeof nodeModule.stripTypeScriptTypes;
export declare const SourceMap: typeof nodeModule.SourceMap;
export declare const _debug: unknown;
export declare const _findPath: unknown;
export declare const _initPaths: unknown;
export declare const _load: unknown;
export declare const _nodeModulePaths: unknown;
export declare const _preloadModules: unknown;
export declare const _resolveFilename: unknown;
export declare const _resolveLookupPaths: unknown;
export declare const _stat: unknown;
export declare const _readPackage: unknown;
export declare const findPackageJSON: unknown;
export declare const getSourceMapsSupport: unknown;
export declare const setSourceMapsSupport: unknown;
export declare const _pathCache: unknown;
export declare const globalPaths: unknown;
// export class _Module implements NodeJS.Module {
// require: NodeJS.Require;
// id: string;
// filename: string;
// exports = Object.create(null);
// parent = undefined;
// loaded = true;
// children = [];
// isPreloading: boolean = false;
// path: string = "/";
// paths: string[] = [];
// constructor(id = "index.js") {
// this.id = id;
// this.filename = id;
// this.require = createRequire(id);
// }
// }
export declare const Module: {};
export default Module;