Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/lib/formatters/legal-license-instructions.d.ts
2026-04-07 14:50:23 +09:00

3 lines
183 B
TypeScript

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