API/api.medcify.app/node_modules/snyk/dist/lib/ecosystems/plugins.d.ts

3 lines
128 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { Ecosystem, EcosystemPlugin } from './types';
export declare function getPlugin(ecosystem: Ecosystem): EcosystemPlugin;