UNPKG

succulent

Version:

Powerful and easy runtime type checking

5 lines (4 loc) 107 B
export interface ErrorRef { error: Error | null; } export declare function createErrorRef(): ErrorRef;