mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-09 10:09:14 +08:00
4 lines
360 B
Text
4 lines
360 B
Text
var x=String;
|
|
var create=function() {return {isColorSupported:false,reset:x,bold:x,dim:x,italic:x,underline:x,inverse:x,hidden:x,strikethrough:x,black:x,red:x,green:x,yellow:x,blue:x,magenta:x,cyan:x,white:x,gray:x,bgBlack:x,bgRed:x,bgGreen:x,bgYellow:x,bgBlue:x,bgMagenta:x,bgCyan:x,bgWhite:x}};
|
|
module.exports=create();
|
|
module.exports.createColors = create;
|