Skip to content

Commit

Permalink
0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamint08 committed Apr 12, 2024
1 parent 499bd9b commit 2b1a97d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/helpers/helper.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare function SendJSON(json: any, status?: number): Promise<Response>;
declare function Success(message: string, status?: number): Promise<Response>;
declare function SendFile(filePath: string, status?: number): Promise<Response>;
declare function SendFile(filePath: any, status?: number): Promise<Response>;
declare function Failure(message: string, status?: number): Promise<Response>;
declare function ServerFailure(message: string, status?: number): Promise<Response>;
declare function Redirect(destination: string, status?: number): Response;
Expand Down
Loading

0 comments on commit 2b1a97d

Please sign in to comment.