文件名称:Rang:deno排名!
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-15 04:42:02
javascript cli console color typescript
安装 import { rang } from "https://deno.land/x/rang/mod.js" ; 用法 Rang带有易于使用的可组合API,您可以在其中链接和嵌套所需的样式。 import { rang } from "https://deno.land/x/rang/mod.js" ; const log = console . log ; // Combine styled and normal strings log ( rang . blue ( 'Hello' ) + ' World' + rang . red ( '!' ) ) ; // Compose multiple styles using the chainable API log ( rang . blue . bgRed . bold ( 'Hello world!' ) ) ; //
【文件预览】:
Rang-master
----mod.js(878B)
----LICENSE(1KB)
----bank.js(1KB)
----regex.js(1KB)
----README.md(1KB)