UNPKG

gatsby

Version:
3 lines (2 loc) 138 B
import { IPluginInfo, PluginRef } from "./types"; export declare function processPlugin(plugin: PluginRef, rootDir: string): IPluginInfo;