UNPKG

reserve

Version:

Lightweight http server statically configurable using regular expressions

14 lines (9 loc) 179 B
'use strict' let colors try { colors = require('colors/safe') } catch (e) {} const noColor = text => text module.exports = colors || new Proxy({}, { get: () => noColor })