UNPKG

@getcronit/pylon

Version:

![Pylon cover](https://github.com/user-attachments/assets/c28e49b2-5672-4849-826e-8b2eab0360cc)

21 lines (20 loc) 579 B
export declare function notFound(message?: string, args?: { statusText?: string; returnText?: string; returnUrl?: string; }): never; export declare function forbidden(message?: string, args?: { statusText?: string; returnText?: string; returnUrl?: string; }): never; export declare function unauthorized(message?: string, args?: { statusText?: string; returnText?: string; returnUrl?: string; }): never; export declare function redirect(url: string, args?: { statusText?: string; status?: number; headers?: HeadersInit; }): never;