source: trip-planner-front/node_modules/colors/lib/index.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 369 bytes
Line 
1var colors = require('./colors');
2module['exports'] = colors;
3
4// Remark: By default, colors will add style properties to String.prototype.
5//
6// If you don't wish to extend String.prototype, you can do this instead and
7// native String will not be touched:
8//
9// var colors = require('colors/safe);
10// colors.red("foo")
11//
12//
13require('./extendStringPrototype')();
Note: See TracBrowser for help on using the repository browser.