UNPKG

newwave-core

Version:

A library containing core mechanisms for Helios Launcher

11 lines (10 loc) 245 B
export declare class AssetGuardError extends Error { code?: string; stack: string; error?: Partial<Error & { code?: string; }>; constructor(message: string, error?: Partial<Error & { code?: string; }>); }