fix
This commit is contained in:
10
book/node_modules/honkit/lib/modifiers/config/hasPlugin.d.ts
generated
vendored
Normal file
10
book/node_modules/honkit/lib/modifiers/config/hasPlugin.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Test if a plugin is listed
|
||||
* @param { {List<PluginDependency}} deps
|
||||
* @param {string} plugin
|
||||
* @param {string} version
|
||||
* @return {boolean}
|
||||
*/
|
||||
declare function hasPlugin(deps: any, pluginName: any, version: any): boolean;
|
||||
export default hasPlugin;
|
||||
//# sourceMappingURL=hasPlugin.d.ts.map
|
Reference in New Issue
Block a user