Websocket
[VSoRC/.git] / node_modules / node-static / node_modules / colors / lib / index.js
1 var colors = require('./colors');
2 module['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 //
13 require('./extendStringPrototype')();