Your IP : 216.73.216.175


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1/node_modules/ansi-red/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1/node_modules/ansi-red/index.js

/*!
 * ansi-red <https://github.com/jonschlinkert/ansi-red>
 *
 * Copyright (c) 2015, Jon Schlinkert.
 * Licensed under the MIT License.
 */

'use strict';

var wrap = require('ansi-wrap');

module.exports = function red(message) {
  return wrap(31, 39, message);
};