X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/colors/lib
lib
/
node_modules
/
npm
/
node_modules
/
colors
/
lib
/
ðŸ“
..
📄
colors.js
(5.41 KB)
ðŸ“
custom
📄
extendStringPrototype.js
(3.22 KB)
📄
index.js
(369 B)
ðŸ“
maps
📄
styles.js
(2.05 KB)
ðŸ“
system
Editing: index.js
var colors = require('./colors'); module['exports'] = colors; // Remark: By default, colors will add style properties to String.prototype. // // If you don't wish to extend String.prototype, you can do this instead and // native String will not be touched: // // var colors = require('colors/safe); // colors.red("foo") // // require('./extendStringPrototype')();
Upload File
Create Folder