Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/semantic-release/semantic-release
/ AggregateError
Interface
AggregateError
index.d.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
declare
interface
AggregateError extends Error {
2
errors: any[];
3
}
4
5
declare module
"semantic-release"
{
6
import
{ Signale } from
"signale"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…