@sundawning/with-mute-console-log

1.0.0 • Public • Published

让 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]

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @sundawning/with-mute-console-log

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.67 kB

    Total Files

    4

    Last publish

    Collaborators

    • sundawning