UNPKG

aki-plugin-manager

Version:

Lightweight at-runtime plugin manager and loader

3 lines (2 loc) 155 B
import { RegistrySearchResults } from "."; export declare const search: (text?: string, scope?: string, limit?: number) => Promise<RegistrySearchResults>;