const rotateTorIdentity Target Style export const rotateTorIdentity = async ({ atPort = '9050' } = {}) => { Rotates the Tor identity for the local SOCKS proxy. Target style API. Preferred for new code. Parameters[options]{ atPort?: string } ReturnsPromise<void>
const changeIdentity Legacy Style export const changeIdentity = async (port = '9050') => rotateTorIdentity({ atPort: port }) No description provided. Legacy API. Kept for older code and not the preferred choice for new code.