legal-license-instructions.d.ts 183 B

12
  1. import { LegalInstruction } from '../../lib/snyk-test/legacy';
  2. export declare function formatLegalInstructions(legalInstructions: LegalInstruction[], paddingLength?: number): string;