color-terminal-format:在终端输出的颜色转义序列中包装字符串

时间:2024-06-27 16:42:59
【文件属性】:

文件名称:color-terminal-format:在终端输出的颜色转义序列中包装字符串

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-27 16:42:59

JavaScript

颜色终端格式 例子 前任。 在测试中 var cf = require ( 'color-terminal-format' ) ; var now = new Date ( ) ; describe ( "\n" + cf ( 34 , now ) + "\nMy App" , function ( ) { it ( 'should do something' , function ( ) { ... } ) ; } ) ; // outputs blue date above your latest test run. 前任。 在您的应用中 var cf = require ( 'color-terminal-format' ) ; ... console . log ( cf ( 41 , "Some alert!" ) ; // outputs red "Some


【文件预览】:
color-terminal-format-master
----index.js(177B)
----component.json(371B)
----README.md(1KB)

网友评论