JezK
Edit File: yerror.d.ts
export declare class YError extends Error { name: string; constructor(msg?: string | null); }