UNPKG

ovm

Version:

OVM is a CLI application for managing Obsidian vaults.

5 lines (4 loc) 292 B
import { PluginRegistry } from './registry.types'; export declare const handleExceedRateLimitError: (error: unknown) => void; export declare const fetchPlugins: () => Promise<PluginRegistry[]>; export declare const findPluginInRegistry: (name: string) => Promise<PluginRegistry | undefined>;