MCPcopy
hub / github.com/webpack/webpack / Abortable

Interface Abortable

types.d.ts:129–131  ·  types.d.ts::Abortable

Source from the content-addressed store, hash-verified

127import { Context as ContextImport } from class="st">"vm";
128
129declare 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