UNPKG

succulent

Version:

Powerful and easy runtime type checking

7 lines 164 B
/** * @deprecated Use `guard` and catch the error if necessary */ export function createErrorRef() { return { error: null }; } //# sourceMappingURL=ref.js.map