1 min read
@vercel/functions
now includes new utilities:
geolocation
: Returns location information of the incoming requestipAddress
: Returns the IP address of the incoming requestgetEnv
: Returns system environment variables from Vercel
Install the latest package to use these methods today:
pnpm i @vercel/functions
Learn more in the documentation.