UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

7 lines (5 loc) 159 B
// @flow import ansiRegex from 'ansi-regex'; export const ANSI = ansiRegex(); export const STDOUT = /^(DEBUG|INFO)$/; export const STDERR = /^(WARN|ERROR)$/;