文件名称:hook-std:钩并修改stdoutstderr
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-15 01:42:33
JavaScript
钩子标准 钩并修改stdout和stderr 安装 $ npm install hook-std 用法 const assert = require ( 'assert' ) ; const hookStd = require ( 'hook-std' ) ; ( async ( ) => { const promise = hookStd . stdout ( output => { promise . unhook ( ) ; assert . strictEqual ( output . trim ( ) , 'unicorn' ) ; } ) ; console . log ( 'unicorn' ) ; await promise ; } ) ( ) ; 您还可以使用第二个transform方法参数来摘机: ( async ( ) => { const
【文件预览】:
hook-std-main
----index.test-d.ts(3KB)
----.gitattributes(19B)
----.github()
--------funding.yml(91B)
--------workflows()
----test.js(7KB)
----license(1KB)
----index.d.ts(4KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(2KB)
----readme.md(2KB)
----package.json(690B)