yerror.d.ts 102 Bytes Raw Blame History Permalink 1 2 3 4 export declare class YError extends Error { name: string; constructor(msg?: string | null); }