UNPKG

@astro-utils/forms

Version:

Server component for Astro (call server functions from client side with validation and state management)

6 lines (5 loc) 207 B
import ThrowAction from "./throw-action.js"; export default class ThrowOverrideResponse extends ThrowAction { response?: Response | null; constructor(response?: Response | null, message?: string); }