UNPKG

yarn-audit-html

Version:

Generate a HTML report for Yarn Audit

6 lines (5 loc) 229 B
#!/usr/bin/env node /// <reference types="node" resolution-mode="require"/> import process from 'node:process'; declare function run(argv: NodeJS.Process['argv'], input: typeof process.stdin): Promise<undefined>; export { run };