Edit File: plugins.d.ts
import { Ecosystem, EcosystemPlugin } from './types'; export declare function getPlugin(ecosystem: Ecosystem): EcosystemPlugin;
Back to File Manager