UNPKG

116 BTypeScriptView Raw
1/** Returns whether the payload is an Error */
2export declare function isError(payload: unknown): payload is Error;