Are there any types available? I don't want them t...
# functions
l
Are there any types available? I don't want them to be
any
for this typescript middleware
Copy code
ts
const abTest = async ({ request, next, env }) => {
  const url = new URL(request.url)
  // if homepage
  if (url.pathname === "/") {