@open-audio-stack/core
Version:
Open-source audio plugin management software
9 lines (8 loc) • 364 B
TypeScript
import { ManagerLocal } from './ManagerLocal.js';
import { Registry } from './Registry.js';
export declare class RegistryLocal extends Registry {
protected managers: Record<string, ManagerLocal>;
constructor(name: string, url: string, version: string);
export(dir: string, ext?: string): boolean;
scan(ext?: string, installable?: boolean): void;
}