yerror.d.ts 102 B

1234
  1. export declare class YError extends Error {
  2. name: string;
  3. constructor(msg?: string | null);
  4. }