API/api.medcify.app/node_modules/snyk/dist/lib/formatters/legal-license-instructions.d.ts

3 lines
183 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { LegalInstruction } from '../../lib/snyk-test/legacy';
export declare function formatLegalInstructions(legalInstructions: LegalInstruction[], paddingLength?: number): string;