sisoe24 / Nuke-Tools

Detected usage of the any type JS-0323
Anti-pattern
Critical
5 months ago2 years old
Unexpected any. Specify a different type
83    }
84}
85
86async function captureStdout(fn: any) {87    let w = process.stdout.write,
88        buffer = "";
89    process.stdout.write = (s) => {