UNPKG

succulent

Version:

Powerful and easy runtime type checking

11 lines (10 loc) 243 B
/** * @deprecated Use `guard` and catch the error if necessary */ export interface ErrorRef { error: Error | null; } /** * @deprecated Use `guard` and catch the error if necessary */ export declare function createErrorRef(): ErrorRef;