UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

12 lines (11 loc) 354 B
export declare class Error extends Object { static len: number; message: Object; name: string; private _errorID; constructor(message?: any, id?: any); static getErrorMessage(param1: number): string; static throwError(type: Object, index: number, ...rest: any[]): any; getStackTrace(): string; get errorID(): number; }