version "1.0.30001312" resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f" integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ== chalk...
let path: string if (typeof req.body?.path === 'string') { path = req.body.path } else { return res.status(400).json({ error: 'InvalidPath', message: '"path" parameter is missing or not a string', }) } if (!path.startsWith('/')) { return res.status(400).json({ error...