Skip to main content
Module.LoadFnOutput - module - Node documentation
interface Module.LoadFnOutput

Usage in Deno

import { Module } from "node:module";

Properties

optional
shortCircuit: boolean | undefined

A signal that this hook intends to terminate the chain of resolve hooks.

The source for Node.js to evaluate