plugins.d.ts 128 B

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