deno.com

property Module.parent

Deprecated

Please use require.main and module.children instead.

The module that first required this one, or null if the current module is the entry point of the current process, or undefined if the module was loaded by something that is not a CommonJS module (e.g. REPL or import).

Type #

Module
| null
| undefined