UNPKG

79 BTypeScriptView Raw
1declare const isError: (value: any) => value is Error;
2export default isError;