escape-code:ansi转义码作为对象

时间:2024-06-08 23:52:07
【文件属性】:

文件名称:escape-code:ansi转义码作为对象

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-08 23:52:07

JavaScript

转义码 ANSI转义码作为对象 用法 提供一个采用单个字符串参数的构造函数,并仅包装该字符串值。 目前,除了能够执行instanceof检查之外,它没有提供任何实用程序。 我在流中使用它,以便消费者可以区分转义码和普通字符串。 var EscapeCode = require ( 'escape-code' ) ; var assert = require ( 'assert' ) ; var code = new EscapeCode ( '\u001b[32m' ) ; // this is the useful bit assert ( code instanceof EscapeCode ) ; // or assert ( code . isEscapeCode ) ; // boolean value === true // toString just returns


【文件预览】:
escape-code-master
----.gitignore(69B)
----.jscsrc(240B)
----test()
--------.jscsrc(152B)
--------.jshintrc(49B)
--------test.js(840B)
----.gitattributes(12B)
----.jshintrc(180B)
----package.json(956B)
----readme.md(2KB)
----index.js(405B)
----.travis.yml(253B)
----.editorconfig(188B)
----license(1KB)

网友评论