UNPKG

@netlify/content-engine

Version:
9 lines 324 B
import { PluginRef } from "../types"; /** * Checks if a plugin is a valid local plugin and returns the resolved path if it is. */ export declare function checkLocalPlugin(plugin: PluginRef, rootDir: string): { validLocalPlugin: boolean; localPluginPath?: string; }; //# sourceMappingURL=check-local-plugin.d.ts.map