log4shell.d.ts 109 B

12
  1. import { MethodArgs } from '../args';
  2. export default function log4shell(...args: MethodArgs): Promise<void>;