1.0.0 • Published 2 years ago

@sundawning/with-mute-console-log v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

让 console.log 失效

2022-07-29 21:53:20

安装

pnpm add @sundawning/with-mute-console-log

使用

const with_mute_console_log = require("@sundawning/with-mute-console-log");
const log = require("@sundawning/console-log-timestamp");
log("with_mute_console_log");
with_mute_console_log(log, "with_mute_console_log");
[2022/7/29 21:53:42] with_mute_console_log
[2022/7/29 21:53:42]