/ lib / helpers.d.ts
helpers.d.ts
1  import Error from 'error-cause/Error';
2  export declare const toString: (o: any) => any;
3  export declare const isError: (e: any) => e is Error;
4  export declare const hasName: (name: string, cause: any) => boolean;