6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
import bunextRequestHandler from "./functions/server/bunext-req-handler";
|
|
declare const bunext: {
|
|
bunextRequestHandler: typeof bunextRequestHandler;
|
|
};
|
|
export default bunext;
|