createPluginFactory
Signature
export declare function createPluginFactory<O extends object, P extends AnySeyfertPlugin>(setup: { defaults: O; validate?: (options: O) => void; factory: (options: O) => P;}): (options?: Partial<O>) => P;Members
This export does not declare public properties or methods in the generated declaration file.