3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
|
import { Ecosystem, EcosystemPlugin } from './types';
|
||
|
export declare function getPlugin(ecosystem: Ecosystem): EcosystemPlugin;
|