Sha256: f8f9cfe2a67d405b4b22c5ed5660b44f9f21fea341179dca3180cf0fff15434d
Contents?: true
Size: 384 Bytes
Versions: 5
Compression:
Stored size: 384 Bytes
Contents
export interface RollupError { message: string; code?: string; name?: string; url?: string; id?: string; loc?: { file?: string; line: number; column: number; }; stack?: string; frame?: string; pos?: number; plugin?: string; pluginCode?: string; } export default function error(props: Error | RollupError): void;
Version data entries
5 entries across 5 versions & 2 rubygems