Galerie und tage
This commit is contained in:
9
node_modules/colors/safe.js
generated
vendored
Normal file
9
node_modules/colors/safe.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Remark: Requiring this file will use the "safe" colors API which will not touch String.prototype
|
||||
//
|
||||
// var colors = require('colors/safe);
|
||||
// colors.red("foo")
|
||||
//
|
||||
//
|
||||
var colors = require('./lib/colors');
|
||||
module['exports'] = colors;
|
||||
Reference in New Issue
Block a user