astro-ghostcms/.pnpm-store/v3/files/c3/f3e18e8b5ca27dbbe0e979428c5...

5 lines
102 B
Plaintext

export declare class YError extends Error {
name: string;
constructor(msg?: string | null);
}