Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/webpack/webpack
/ Abortable
Interface
Abortable
types.d.ts:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
import
{ Context as ContextImport } from
"vm"
;
128
129
declare
interface
Abortable {
130
signal?: AbortSignal;
131
}
132
133
/**
134
* Represents AbstractLibraryPlugin.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected