is-error.d.ts 79 B

12
  1. declare const isError: (value: any) => value is Error;
  2. export default isError;