API/api.medcify.app/node_modules/snyk/dist/lib/ecosystems/plugins.d.ts
2022-09-26 11:41:44 +05:30

3 lines
128 B
TypeScript

import { Ecosystem, EcosystemPlugin } from './types';
export declare function getPlugin(ecosystem: Ecosystem): EcosystemPlugin;