New utilities to work with Vercel Functions

@vercel/functions now includes new utilities:

  • geolocation: Returns location information of the incoming request

  • ipAddress: Returns the IP address of the incoming request

  • getEnv: Returns system environment variables from Vercel

Install the latest package to use these methods today:

pnpm i @vercel/functions​

Learn more in the documentation.