UNPKG

veloze

Version:

A modern and fast express-like webserver for the web

6 lines (5 loc) 128 B
export const setPath = (req, path = '/') => Object.defineProperty(req, 'path', { configurable: true, value: path })