mirror of
https://github.com/sern-handler/website
synced 2026-06-24 16:52:22 +00:00
3 lines
213 B
TypeScript
3 lines
213 B
TypeScript
import type * as unified from 'unified';
|
|
export declare function loadPlugins(items: (string | [string, any] | unified.Plugin<any[], any> | [unified.Plugin<any[], any>, any])[]): Promise<[unified.Plugin, any?]>[];
|