Handle browser Errors.
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import bunextRequestHandler from "./functions/server/bunext-req-handler";
|
||||
declare const bunext: {
|
||||
bunextRequestHandler: typeof bunextRequestHandler;
|
||||
};
|
||||
export default bunext;
|
||||
Reference in New Issue
Block a user