UNPKG

gatsby-plugin-utils

Version:
8 lines (7 loc) 321 B
import { ObjectSchema } from "./joi"; import { IPluginInfoOptions } from "./types"; interface IOptions { validateExternalRules?: boolean; } export declare function validateOptionsSchema(pluginSchema: ObjectSchema, pluginOptions: IPluginInfoOptions, options?: IOptions): Promise<IPluginInfoOptions>; export {};