MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / info

Function info

tech-study.js:1995–1997  ·  view source on GitHub ↗

* @description 打印信息 * @param text

(...text)

Source from the content-addressed store, hash-verified

1993 * @param text
1994 */
1995function info(...text) {
1996 printColor('yellow', ...text);
1997}
1998/**
1999 * @description 打印颜色
2000 * @param text

Callers

nothing calls this directly

Calls 1

printColorFunction · 0.70

Tested by

no test coverage detected