UNPKG

@open-audio-stack/core

Version:
9 lines (8 loc) 364 B
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; }