API/api.medcify.app/node_modules/snyk/dist/lib/formatters/legal-license-instructions.d.ts
2022-09-26 11:41:44 +05:30

3 lines
183 B
TypeScript

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