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

5 lines
102 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export declare class YError extends Error {
name: string;
constructor(msg?: string | null);
}